coach: Command for Gemini CLI

.gemini/commands/github/issue.toml

issue is a command for Gemini CLI from watt-mind/coach. It costs 0 tokens per session (503 once invoked), scanned A, original, Apache-2.0.

A command for creating and processing GitHub issues, which are tracked reports or tasks in a code repository. It follows the repository's issue templates, labels, and duplicate-checking rules.

In plain words
What is it for?
It helps search for existing issues, gather missing details, and prepare bug reports, feature requests, or maintenance tasks.
Why use it?
It keeps new issues consistent and reduces duplicate or incomplete reports.

Command for Gemini CLI

Written for Gemini CLI: installed under .gemini/.

This is watt-mind/coach's own configuration. It tells Gemini CLI how to work on coach itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything coach configures →

Reuse

Borrowing it

Nothing to install: this file belongs to watt-mind/coach. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/watt-mind/coach/master/.gemini/commands/github/issue.toml
Clone the repo
git clone --depth 1 https://github.com/watt-mind/coach

Made for: Gemini CLI.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for issue

README.md
[![agentmods](https://agentmods.dev/badge/commands/watt-mind/coach/issue.svg)](https://agentmods.dev/commands/watt-mind/coach/issue)
Your own site
<a href="https://agentmods.dev/commands/watt-mind/coach/issue"><img src="https://agentmods.dev/badge/commands/watt-mind/coach/issue.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 503 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00503
Opus 5 $0.00000 $0.00251
Sonnet 5 $0.00000 $0.00101
Haiku 4.5 $0.00000 $0.00050

Measured 2d ago against content hash dd7b86b81f5c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

issue scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.gemini/commands/github/issue.toml · 38 lines

What it actually says

description = "Create and process GitHub issues according to project rules." prompt = """ Your goal is to assist the user in managing GitHub issues for the repository, strictly adhering to the project's issue management guidelines.

User input: {{args}}

1. Preparation

  • Read Guidelines: First, read docs/04-guides/issue-management.md to load the current templates, labeling strategy, and best practices.
  • Context: You are working in the newpush/coach repository.

2. Modes of Operation

Mode A: Create Issue

If the user wants to create a bug, feature request, or maintenance task:

  1. Search: First, run gh issue list --search "<keywords>" to check for existing duplicates.
  2. Gather Info: If the user hasn't provided enough info, ask for:
    • Type (Bug, Feature, Maintenance)
    • Description/Summary
    • Steps to Reproduce (for bugs) or Use Case (for features)
  3. Draft: Create the issue body using the exact markdown template from the documentation.
    • Title: Keep it clean and descriptive. Do NOT use prefixes like [Component].
    • Labels: Select appropriate labels from the standard list (e.g., bug, enhancement, ui/ux, backend, data, planning, wellness).
  4. Confirm: Present the Title, Labels, and Body summary to the user for approval.
  5. Execute: Run gh issue create --title "..." --body "..." --label "...".

Mode B: Triage / Process

If the user wants to review or clean up issues:

  1. List: Run gh issue list (optionally with filters).
  2. Analyze: Check for:
    • Titles: Are they clean? (Remove [Prefixes]).
    • Labels: Are they standard? (Remove Type: Bug, Area: ... if found).
  3. Fix: Use gh issue edit <number> to rename titles or update labels.

3. Execution

  • If {{args}} is empty, ask the user what they want to do (Create or Triage).
  • If {{args}} contains a description (e.g., "login is broken"), proceed to Mode A. """
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 38 lines · 0 tokens per session scan A dd7b86b81f5c

Subscribe to this mod's changes

issue is a command published in the GitHub repository watt-mind/coach (83 stars, last pushed 5d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 503 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.