triage

Installation
SKILL.md

Triage

Verify a list of findings: fan out independent checkers, each judging whether a finding is real and worth acting on, and returning a per-finding verdict and a confidence. The caller decides what to do with them.

Instructions

Step 1 — Receive the inputs

The caller passes: the findings (each with an id and its claim) and the artifact path(s). If the findings or the artifact are missing, ask before proceeding.

Step 2 — Batch the findings and fan out

  • Batch: 1–3 findings per checker, sized by complexity (more than 3 degrades independence and quality) — a finding needing deep ground-truth checking goes alone; simple or closely-related ones can share.
  • Dispatch: one general-purpose subagent per batch, in parallel — cap ~6 concurrent and wave the rest.
  • Each checker gets only: its finding(s), the artifact path(s), the return contract below, and the instruction not to fan out checkers of its own.
Installs
7
GitHub Stars
4
First Seen
Jun 18, 2026
triage — preetamnath/agent-skills