agentsclimarketplace

Gemini result handling

Skill dysfunc/ai-plugins-cc/plugins/gemini/skills/gemini-result-handling

Use Codex, Gemini and Grok from Claude Code to review code or delegate tasks

Install
npx -y skills add dysfunc/ai-plugins-cc --skill gemini-result-handling

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Internal guidance for presenting Gemini helper output back to the user

SKILL.md

2.0 KB, as published. Nobody here has run it

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 Gemini 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, or next steps.
  • If there are no findings, say that explicitly and keep the residual-risk note brief.
  • Gemini does not edit files in this plugin. Do not present any "touched files" summary unless the user-supplied prompt explicitly asked Gemini to plan a file change list — and in that case, treat the list as a plan, not a record of edits.
  • For gemini:gemini-rescue, do not turn a failed or incomplete Gemini run into a Claude-side implementation attempt. Report the failure and stop.
  • For gemini:gemini-rescue, if Gemini 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 Gemini run, include the most actionable stderr lines and stop there instead of guessing.
  • If the helper reports a "transcript truncated" marker, surface it once in your response so the user knows the prior context was capped.
  • If the helper reports that setup or authentication is required, direct the user to /gemini:setup and do not improvise alternate auth flows.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.