What problem does it solve?
Triage keeps a repository from getting stuck by turning CI failures, open issues, recent commits, and contributor PRs into clear next actions instead of silent limbo.
Core Features & Use Cases
- Signal collection: Reads failures, issues, commits, and open threads to identify what changed and what still needs attention.
- Safe fix fan-out: Drafts small, test-backed fixes in isolated worktrees when a problem is mechanical and bounded.
- Review-first workflow: Checks whether an existing contributor PR already addresses the problem and reviews it instead of competing with it.
- Stateful follow-up: Persists run history, dedupes repeated findings, and keeps open commitments visible so the next run resumes cleanly.
Quick Start
Activate the triage skill to inspect recent repository signals, review existing contributor PRs, and prepare the smallest safe response for each finding.