Internal guidance for presenting Gemini helper output back to the user
Scanned 8/30/2026
Install to Claude Code
npx -y skills add arcobaleno64/agy-plugin-cc --skill gemini-result-handling --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gemini Result Handling?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/arcobaleno64-gemini-result-handling)More formats (shields.io, HTML) on the badges page.
---
name: gemini-result-handling
description: Internal guidance for presenting Gemini helper output back to the user
user-invocable: false
---
# Gemini Result Handling
When the helper returns Gemini output:
- Preserve the helper's verdict, summary, findings, and next steps structure.
- For review output, present findings first and keep them ordered by severity.
- Use the file paths and line numbers exactly as the helper reports them.
- Preserve evidence boundaries. If the model marked something as an inference, uncertainty, or follow-up question, keep that distinction.
- Preserve output sections when the prompt asked for them, such as observed facts, inferences, open questions, touched files, or next steps.
- If there are no findings, say that explicitly and keep the residual-risk note brief.
- If Gemini made edits, say so explicitly and list the touched files when the helper provides them.
- For `gemini:gemini-rescue`, do not turn a failed or incomplete run into a Claude-side implementation attempt. Report the failure and stop.
- For `gemini:gemini-rescue`, if the engine was never successfully invoked, do not generate a substitute answer at all.
- CRITICAL: After presenting review findings, STOP. Do not make any code changes. Do not fix any issues. You MUST explicitly ask the user which issues, if any, they want fixed before touching a single file. Auto-applying fixes from a review is strictly forbidden, even if the fix is obvious.
- If the helper reports malformed output or a failed run, include the most actionable stderr lines and stop there instead of guessing.
- If the helper reports that setup or authentication is required, direct the user to `/gemini:setup` and do not improvise alternate auth flows.
- Engine note: when AGY is used instead of Gemini CLI, AGY returns a structured JSON envelope (via `--output-format json` or `stream-json`) containing output, status, and metadata, which the plugin parses.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!