gemini

Runs Gemini CLI as a subagent and saves structured feedback as dated markdown files.

16|1|Updated May 5, 2026
One-click install
npx skills add https://github.com/AIBiz-Automatyzacje/workspace-template-mobile --skill gemini-aibiz-automatyzacje
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/AIBiz-Automatyzacje/workspace-template-mobile/tree/main/.claude/skills/gemini
Command: npx skills add https://github.com/AIBiz-Automatyzacje/workspace-template-mobile --skill gemini-aibiz-automatyzacje

SYSTEM DOCUMENTATION & REQUIREMENTS

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/.

Frequently Asked Questions about gemini

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Gemini CLI on my project for a code review?▼

Invoke the skill with a task description such as a code review request. It executes gemini -p with your task, waits for the full response, and saves the output as a dated markdown file in Zasoby/gemini/.

How do I get a second AI opinion on UX or security?▼

Pass a specific task like a UX audit or security review as the skill argument. Gemini CLI reads your project files directly and returns an analysis, which is archived with the original query and date.

Does the gemini skill work without the Gemini CLI installed?▼

No. The skill first checks for the binary with which gemini and stops with a message if it is not found. You must install and authenticate the Gemini CLI before using it.

Where are Gemini analysis results saved?▼

Results are written to Zasoby/gemini/ in the project root, created automatically if missing. Files are named with the date plus a kebab-case task slug, for example 2025-06-15_analiza-ux-strony-glownej.md.

Why does the gemini skill ask me to clarify my task?▼

The validation step rejects tasks that are too general, since vague prompts produce low-quality Gemini output. Provide a concrete target such as a specific screen, file, or review focus.