What problem does it solve? Getting a second AI opinion on code, UX, or security usually means copy-pasting context between tools and losing the results. This Skill invokes the Gemini CLI directly on your project, captures its full analysis, and archives it as a dated markdown file in Zasoby/gemini/ for future reference. ## Core Features & Use Cases - Second-opinion analysis: Run Gemini CLI on any project task such as code analysis, UX audits, or security reviews. - Structured archiving: Saves each response as a dated, kebab-case-named markdown file in Zasoby/gemini/ with the original query recorded. - Environment validation: Checks that Gemini CLI is installed before running and asks for clarification when the task is too vague. - Use Case: Ask for a UX audit of your app's home screen; Gemini inspects the project files and its full critique is stored as 2025-06-15_analiza-ux-strony-glownej.md. ## Quick Start Ask the assistant to run the gemini skill with a task like "przeanalizuj UX strony głównej" and then open the generated markdown file in Zasoby/gemini/.