triage-report

triage-report is a skill for Claude Code from RockyHong/super-bootstrap. It costs 151 tokens per session (842 once invoked), scanned A, original, MIT.

A queue manager for review reports stored in the .review folder. It sends each finding to a reviewer who decides whether to fix it, keep it, merge it with a duplicate, investigate it, or dismiss it.

In plain words
What is it for?
Use it to process one or many audit reports in order and route each finding to the appropriate next action.
Why use it?
It turns raw scan results into clear decisions and prevents unreviewed reports from building up.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions subagents.

Part of the super-bootstrap plugin — 13 skills, 7 agents shipped together

Good fit Use it to process one or many audit reports in order and route each finding to the appropriate next action.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rockyhong/super-bootstrap/triage-report
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 RockyHong/super-bootstrap --skill triage-report
Clone the repo
git clone --depth 1 https://github.com/RockyHong/super-bootstrap

Made for: Claude Code.

Or install super-bootstrap, the plugin that ships this one along with the rest of its 13 skills, 7 agents.

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 triage-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/rockyhong/super-bootstrap/triage-report/github.svg)](https://agentmods.dev/skills/rockyhong/super-bootstrap/triage-report)
Your own site
<a href="https://agentmods.dev/skills/rockyhong/super-bootstrap/triage-report"><img src="https://agentmods.dev/badge/skills/rockyhong/super-bootstrap/triage-report/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 triage-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/rockyhong/super-bootstrap/triage-report"><img src="https://agentmods.dev/badge/skills/rockyhong/super-bootstrap/triage-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 151 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 842 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.00151 $0.00842
Opus 5 $0.00076 $0.00421
Sonnet 5 $0.00030 $0.00168
Haiku 4.5 $0.00015 $0.00084

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

Security

Grade A, and why

triage-report 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/super-bootstrap/skills/triage-report/SKILL.md · 40 lines

How it starts

The opening of the file, as written. The whole thing — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Triage Report — Review-Queue Drain

The scanner answered is this hit real by its own rule; this lane answers is it worth acting on, and where does it route. Producer-agnostic — fires on artifact presence in .review/, regardless of which scanner wrote the report. The thinking runs in the triage-report subagent (agents/triage-report.md, model: sonnet); this skill is the dispatch shell + absorption protocol.

Target resolution

Argument is an optional report path. Without one, resolve from the queue — the directory IS the queue:

.review/*.md glob Behavior
0 reports Report "review queue clean", exit.
1 report Dispatch it.
N reports Sequential, oldest-first — one dispatch per report. Later runs dedup against the cards earlier runs just promoted; never merge reports into one dispatch.

Execution — per report

  1. Dispatch: Agent tool, subagent_type: "triage-report", prompt = the report path + scan date if known. Nothing else — no gateway priors on which findings matter.
  2. Review the sheet (gateway): coverage line must hold (findings = verdicts). Dismiss is the lossy verdict — a dismissal whose rationale doesn't beat the scanner's stated reasoning bounces back as needs-investigation.
  3. Absorb:
    • promote → one batched /super-bootstrap:log pass carrying the agent's draft claim blocks. Rows land raw; the pipeline rolls at normal pickup.
    • patch → doc-mechanical edits only, landed per CLAUDE.md § Dispatch (gateway inline, or dispatched by closure). Anything wider re-verdicts as promote.
    • dup → fold any new-fact into the /super-bootstrap:log batch — rides the log door's amend path (dedup surfaces for the user's pick; the Amendment lands on the owning card).
    • needs-investigation → the single question rides /super-bootstrap:triage when it names a card; otherwise an investigate-only probe dispatch. Verdicts return to step 2.
  4. Close out — only after every finding holds a terminal verdict and every patch has landed: delete the report; the deletion + a dispositions summary ride the session's envelope commit (dismissal rationales survive in git log).

Read the full file on GitHub · 40 lines

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 · 40 lines · 151 tokens per session scan A d23b5c51a0d0

Subscribe to this mod's changes

triage-report is a skill published in the GitHub repository RockyHong/super-bootstrap (3 stars, last pushed today), licensed MIT. It adds 151 tokens to every session and 842 once invoked, about $0.0008 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-31.