← ClaudeAtlas

triage-findingslisted

Use when an agent needs to decide what to do with a static review's findings before any fix is planned; groups findings into shared causes, lists the repairs each cause admits and enumerates what each one touches, and records a per-finding disposition that carries into the next review round, rather than sequencing the fixes, editing code, or re-reviewing it.
tacticaldoll/fornax · ★ 0 · Code & Development · score 72
Install: claude install-skill tacticaldoll/fornax
# Triage review findings Use this skill to turn a list of review findings into decisions: what the causes are, which repairs each cause admits, and which findings are accepted, declined, or deferred. Governing intuition: **a finding names a place; a cause names the thing to change.** A review reports locations, so a repair that touches only the location leaves the cause standing and the same findings come back next round. Name the cause, then list the repairs it admits and **enumerate** what each one touches — a repair confined to the finding's own place is then visible as exactly that, with nothing to classify and no bucket to mis-assign. **Input**: a review findings list — a `static-review` Review Record, findings pasted inline, or a path to either — plus the prior round's Disposition Record when one exists, and the codebase the findings concern; if none is given, ask which findings to triage. **Boundary**: decides causes, repairs, and dispositions — produces a Disposition Record; does not sequence or apply the repairs, review the code or add findings of its own, or persist the record itself. ## Workflow ### Phase 0: Resolve the findings and the prior round Normalize the input into one flat list of findings, whatever shape it arrived in — a Review Record's gate tables, its non-gated tracks, a pasted list, or a file holding either. A section the producer declares carries no findings is not flattened into that list, and its rows are not counted against the record's sta