grok-result-handling

grok-result-handling is a skill for Claude Code from zachdunn/grok-plugin-claude-code. It costs 24 tokens per session (372 once invoked), scanned A, original, MIT.

Instructions for presenting output from Grok, an external AI coding companion, including summaries, review findings, uncertainty, and next steps.

In plain words
What is it for?
They guide reporting code-review findings, file locations, residual risks, incomplete runs, and any files changed by delegated work.
Why use it?
They preserve the companion's original severity, evidence, limitations, and failure status so its feedback is not misrepresented.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the grok-cc plugin — 3 skills, 4 commands, 1 agent, 1 hook shipped together

Good fit They guide reporting code-review findings, file locations, residual risks, incomplete runs, and any files changed by delegated work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zachdunn/grok-plugin-claude-code/grok-result-handling
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zachdunn/grok-plugin-claude-code --skill grok-result-handling
Clone the repo
git clone --depth 1 https://github.com/zachdunn/grok-plugin-claude-code

Made for: Claude Code.

Or install grok-cc, the plugin that ships this one along with the rest of its 3 skills, 4 commands, 1 agent, 1 hook.

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 grok-result-handling

README.md
[![agentmods](https://agentmods.dev/badge/skills/zachdunn/grok-plugin-claude-code/grok-result-handling/github.svg)](https://agentmods.dev/skills/zachdunn/grok-plugin-claude-code/grok-result-handling)
Your own site
<a href="https://agentmods.dev/skills/zachdunn/grok-plugin-claude-code/grok-result-handling"><img src="https://agentmods.dev/badge/skills/zachdunn/grok-plugin-claude-code/grok-result-handling/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for grok-result-handling

Your own site · 80×15
<a href="https://agentmods.dev/skills/zachdunn/grok-plugin-claude-code/grok-result-handling"><img src="https://agentmods.dev/badge/skills/zachdunn/grok-plugin-claude-code/grok-result-handling.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 372 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00024 $0.00372
Opus 5 $0.00012 $0.00186
Sonnet 5 $0.00005 $0.00074
Haiku 4.5 $0.00002 $0.00037

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

Security

Grade A, and why

grok-result-handling 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 9d 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.

plugins/grok-cc/skills/grok-result-handling/SKILL.md · 31 lines

What it actually says

Grok Result Handling

When the grok-companion runtime returns Grok output:

  • Preserve the companion's structure: header, summary, findings, and next steps.
  • For review output, present findings first, kept in the severity order Grok returned (blocker → high → medium → low → nit). Do not reorder or re-rank.
  • Use the file:line locations exactly as Grok reports them.
  • Preserve evidence boundaries. If Grok marked something as an inference, an uncertainty, or an open question, keep that distinction — do not promote an inference to a stated fact.
  • Keep the residual-risk note when Grok includes one.
  • If there are no findings, say so explicitly and keep the residual-risk note brief. Do not invent issues to fill space.
  • If a delegate (task) run made edits, say so explicitly and list the touched files when Grok reports them.
  • If a Grok run failed or was incomplete, report the failure and stop. Do not silently turn a failed Grok run into your own Claude-side implementation or a substitute review — the user asked for Grok's work, not a stand-in.
  • If Grok was never successfully invoked at all (not installed, not signed in), say that and point the user at /grok-cc:setup; do not generate a replacement answer.
  • A review is read-only. Never apply a fix as part of surfacing review output — if the user wants the fixes made, that is a separate, explicit step.
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. 9d ago First seen · 31 lines · 24 tokens per session scan A 41ba89586212

Subscribe to this mod's changes

grok-result-handling is a skill published in the GitHub repository zachdunn/grok-plugin-claude-code (30 stars, last pushed 2mo ago), licensed MIT. It adds 24 tokens to every session and 372 once invoked, about $0.0001 per session on Opus 5. 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-08-30.