Skip to content
Development
Skill

/grok-result-handling

Internal guidance for presenting Grok helper output back to the user

From plugin
ai-plugins-cc
46 skills2 agents11 commands
Install
$ npx -y skills add dysfunc/ai-plugins-cc --skill grok-result-handling --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/grok-result-handling

Context preview

The summary Claude sees to decide when to auto-load this skill.

Internal guidance for presenting Grok helper output back to the user

SKILL.md

grok-result-handling.SKILL.md
name: grok-result-handling
description: Internal guidance for presenting Grok helper output back to the user
user-invocable: false

Grok Result Handling

When the helper returns Grok 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 Grok 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.
  • Grok does not edit files in this plugin. Do not present any "touched files" summary unless the user-supplied prompt explicitly asked Grok to plan a file change list — and in that case, treat the list as a plan, not a record of edits.
  • For `grok:grok-rescue`, do not turn a failed or incomplete Grok run into a Claude-side implementation attempt. Report the failure and stop.
  • For `grok:grok-rescue`, if Grok 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 Grok 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 `/grok:setup` and do not improvise alternate auth flows.
Read more
Ships withai-plugins-cc

Claude Code plugins that delegate to external AI CLIs — Codex, Gemini, and Grok — sharing a hardened core and an optional umbrella plugin that dispatches across providers. Status: active development.

Get the whole plugin

Other skills on ai-plugins-cc.