triage

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

A read-only check for a work card that verifies its claim, confirms the goal, and maps what the change could affect before implementation.

In plain words
What is it for?
Use it to investigate BUG, DEBT, or GAP cards in `docs/work/`, assess their scope, and produce a dated verdict.
Why use it?
It prevents developers from fixing an untrue, outdated, duplicate, or wrongly scoped task. The result is recorded as a verdict for the later implementation phase.

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 investigate BUG, DEBT, or GAP cards in docs/work/, assess their scope, and produce a dated verdict.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rockyhong/super-bootstrap/triage
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
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

README.md
[![agentmods](https://agentmods.dev/badge/skills/rockyhong/super-bootstrap/triage.svg)](https://agentmods.dev/skills/rockyhong/super-bootstrap/triage)
Your own site
<a href="https://agentmods.dev/skills/rockyhong/super-bootstrap/triage"><img src="https://agentmods.dev/badge/skills/rockyhong/super-bootstrap/triage.svg" alt="Measured on agentmods" height="20"></a>
Per session 159 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,230 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.00159 $0.01230
Opus 5 $0.00079 $0.00615
Sonnet 5 $0.00032 $0.00246
Haiku 4.5 $0.00016 $0.00123

Measured today against content hash d9c20b8949a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

triage 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 today.

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/SKILL.md · 37 lines

How it starts

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

Triage — Read-Only Grounding Phase

Grounding pickup lane for a card. The thinking runs in the triage subagent (agents/triage.md, model: opus); this skill is the dispatch shell + absorption protocol. The agent grounds the card cold — premise verify, aim validate, blast collect — sizes the fix, appends a Verdict block to the card; the fix is a later phase that inherits the verdict as its context scope.

Arguments

Invocation Behavior
/super-bootstrap:triage BUG-012 (any BUG/DEBT/GAP-### ID) Dispatch the triage subagent on that card.
/super-bootstrap:triage (bare) List open cards with no Verdict block yet; the user picks one, then dispatch.

Execution

  1. Resolve the card: Glob docs/work/ first (loads no file content, so the check fires no docs/** path-scoped rule) — nothing back → the repo carries no card substrate, whatever else tracks its work; print "No runway installed. Run /super-bootstrap to set up the pipeline." and stop. Substrate present → the card file docs/work/{ID}.md exists; missing → report "no card {ID}", stop. A Verdict block already present in the card → surface its kind and date instead of re-dispatching (re-triage only on explicit user ask).
  2. Dispatch: Agent tool, subagent_type: "triage", prompt = the card ID + today's date + the gateway-aligned problem-aim when framing sharpened or corrected the card claim (premise / problem / scenario only). Exclude cause theories and fix preferences (bias-input exclusion) — the aligned aim is the user-validated target, not a prior; the card row carries the frozen claim.
  3. Absorb the agent's report (agents/triage.md § Reporting):
    • DONE / DONE_WITH_CONCERNS — relay verdict + card path. auto-fix Verdict block → post the route line off its Execution: tag (inline / phased → implement within the envelope, skipping what the tag skips; full → cluster route per CLAUDE.md). surface Verdict block → climb before any hand-off: docs/decisions.md closed forks, then the specs / project docs, then the aligned aim (one option contradicts it → the other wins), then the proxy the verdict's settles by: names, run in its sized container — an inline read runs here; a dispatched probe or phased build is a route change, so the framing + route line re-fires (CLAUDE.md § Framing + Route) and the measurement dispatches or lands as a plan block (gateway doesn't build — CLAUDE.md § Dispatch) — a fork that resolves there lands as a ## Design — {date} block naming the settling source, and the route line follows; only a fork inside business / risk / preference / private authority reaches the user as the verdict's ## Decision needed, then wait for the ruling. User picks an option (the verdict's recommendation as-is counts) → the gateway appends a ## Design — {date} block (shape, and how a wait ruling names its party: docs/work/README.md § Thread contract, Design line); user drops the card → delete the card file (resolve).
    • NEEDS_CONTEXT — relay the named gaps; the answer returns as an ## Amendment append on the card — via /super-bootstrap:log (its amend path) or directly by the answering session.
    • NEEDS_GRANTS — grant the named tooling and re-dispatch; user round-trip only when the grant itself is user-owned (cost, consent).
    • BLOCKED — premise wrong; relay the counter-diagnosis to the user.
  4. The verdict artifact rides the session's normal envelope commit — no in-phase commit.

Read the full file on GitHub · 37 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. today Changed d9c20b8949a6
  2. 7d ago First seen · 37 lines · 159 tokens per session scan A 2236b310367a

Subscribe to this mod's changes

triage is a skill published in the GitHub repository RockyHong/super-bootstrap (3 stars, last pushed 2d ago), licensed MIT. It adds 159 tokens to every session and 1,230 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.