| name | gemini-result-handling |
| description | Rules for presenting Gemini output back to the user |
| user-invocable | false |
Gemini Result Handling
When the companion script returns Gemini output:
- Return the output verbatim. Do not paraphrase or summarize.
- Prefix with a one-line tag:
[gemini] so the user knows which model responded.
- If Gemini produced code, preserve it exactly.
- If the output is a review, present findings ordered by severity.
- If Gemini returned an error or empty output, report clearly and stop.
Do not attempt to solve the task yourself as a fallback.
- If the companion reports Gemini is unavailable, direct the user to
/gemini:setup.
- CRITICAL: After presenting review findings, STOP. Do not make any code changes.
Ask the user which issues to fix before touching any files.