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

  1. Gather context first from local files, logs, and constraints.
  2. Call Gemini before major decisions, planning, debugging, and hard problem solving:
    • scripts/gemini-consult.sh ask --mode <mode> --task "<task>" ...
  3. If the answer is incomplete, continue the same conversation:
    • scripts/gemini-consult.sh followup --resume latest --prompt "<follow-up question>"
  4. Implement only after synthesizing Gemini's recommendations with local repo evidence.

Evidence-First Quality Rule

  • Gemini must inspect relevant codebase artifacts before giving decisions or plans.
Related skills

More from trancong12102/agentskills

Installs
2
GitHub Stars
5
First Seen
Feb 22, 2026