triage
Installation
SKILL.md
Triage Skill
A self-resuming morning loop. One run = gather → load state → triage →
fan-out fix → persist → spill. Everything personal (state, inbox, runs,
voice) lives under .triage/, which is gitignored. This skill file and the
scripts are committed; the data never leaves the machine.
Preconditions
ghauthenticated (gh auth status). All issue/PR/CI reads and writes go through it..triage/exists. If missing, runscripts/triage/bootstrap.shfirst, it scaffoldsstate.json,inbox.md,runs/, and bootstrapsvoice.mdfrom past comments.- Clean working tree on
main. The loop only mutates.triage/on the base checkout; all code changes happen in worktrees.