gemini
Installation
SKILL.md
Gemini
Overview
Run Gemini CLI as a required decision and planning partner before coding actions.
This skill enforces --approval-mode plan (read-only) and structured prompts, and supports continuing the same Gemini conversation with --resume.
Mandatory Workflow
- Gather context first from local files, logs, and constraints.
- Call Gemini before major decisions, planning, debugging, and hard problem solving:
scripts/gemini-consult.sh ask --mode <mode> --task "<task>" ...
- If the answer is incomplete, continue the same conversation:
scripts/gemini-consult.sh followup --resume latest --prompt "<follow-up question>"
- Implement only after synthesizing Gemini's recommendations with local repo evidence.