一键导入
gemini
Use when the user asks to run Gemini CLI (gemini, gemini resume) or references Google Gemini for code analysis, refactoring, or automated editing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user asks to run Gemini CLI (gemini, gemini resume) or references Google Gemini for code analysis, refactoring, or automated editing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Survey a repo and ground externally on the relevant parts of the internet. Local manifest scan + CLAUDE.md/AGENTS.md + recent git activity, then external grounding via WebSearch, WebFetch, and gh — synthesized into a terse, dated, sourced briefing cached at docs/ground/<fingerprint>.md with a 7-day freshness window. Composable: invoked standalone or embedded as a pre-flight phase in other skills. Triggers: ground, ground yourself, ground myself, survey and ground, pre-flight grounding, research the stack, what's new in.
Collaborative discovery before planning. Explore the problem space, evaluate approaches, surface past work, and produce a structured brainstorm document. Triggers: brainstorm, explore, discovery, ideate, think through, what should we build, explore approaches.
Strategic planning with auto-calibrated detail, decision rationale, and dependency ordering. Use when starting a new feature, bug fix, refactor, or any non-trivial work. Produces a plan document with tasks, reasoning, and acceptance criteria. Triggers: plan, planning, create plan, implementation plan, feature plan, work plan.
Execute a plan from start to ship — read tasks, implement in dependency order, test continuously, commit incrementally, run quality checks, and push. The plan's checkboxes are the tracker. Triggers: work, execute plan, implement, start work, build, ship, finalize, release, push, ready to ship, done building.
Capture a footgun the agent just hit (or the user just spotted) as a proposed trigger via `quellis teach`. Guided flow: gather the finding, run the CLI, surface the proposed trigger, leave activation to the user. Triggers: teach quellis, capture this footgun, add a trigger, remember this rule.
Review and manage evidence contracts in this repo. Subcommands: `show` (default, print the active contract), `list` (all contracts + which is active), `complete` (mark active contract completed), `abandon` (mark active contract abandoned). Triggers: contract, show contract, list contracts, mark contract complete, what's active.
| name | gemini |
| description | Use when the user asks to run Gemini CLI (gemini, gemini resume) or references Google Gemini for code analysis, refactoring, or automated editing |
| Model | Best for |
|---|---|
gemini-3.1-pro | Most capable — complex reasoning, agentic tasks, coding, long-context |
gemini-3-flash | High-performance at lower cost, general-purpose |
gemini-3.1-flash-lite | Fastest and cheapest — lightweight tasks, high-volume |
gemini-2.5-pro | Advanced reasoning, deep coding (stable, well-tested) |
gemini-2.5-flash | Best price-performance ratio, low-latency |
Default recommendation: gemini-3.1-pro for complex tasks, gemini-3-flash for speed.
AskUserQuestion) which model to use (default: gemini-3.1-pro) AND which approval mode (default, auto_edit, yolo, or plan) in a single prompt with two questions.-m, --model <MODEL> — the model to use--approval-mode <MODE> — default (prompt), auto_edit (auto-approve edits), yolo (auto-approve all), plan (read-only)-p, --prompt "<PROMPT>" — run in non-interactive (headless) mode-o text — text output format for clean parsing| Use case | Approval mode | Key flags |
|---|---|---|
| Read-only review or analysis | plan | --approval-mode plan -o text |
| Apply local edits (auto-approve edits) | auto_edit | --approval-mode auto_edit -o text |
| Full auto (approve everything) | yolo | -y -o text |
| Resume recent session | Inherited | -r latest -p "new prompt" -o text |
| Include extra directories | Match task needs | --include-directories <DIR> |
gemini command, immediately use AskUserQuestion to confirm next steps, collect clarifications, or decide whether to resume.gemini -r latest -p "new prompt" -o text. The resumed session uses the same context from the original session.gemini -r latest -p "follow-up prompt" -o textgemini -r 5 -p "follow-up prompt" -o textgemini --list-sessionsGemini is powered by Google models with their own knowledge cutoffs and limitations. Treat Gemini as a colleague, not an authority.
gemini -r latest -p "This is Claude (<your current model name>) following up. I disagree with [X] because [evidence]. What's your take?" -o text
gemini --version or a gemini command exits non-zero; request direction before retrying.--approval-mode yolo or -y, ask the user for permission using AskUserQuestion unless already given.AskUserQuestion.