What problem does it solve?
Teams drowning in issue backlogs often fix symptoms one-by-one, producing over-engineered systems that grow exponentially and become unmaintainable. This Skill enforces root-cause triage so every fix deletes or relaxes code instead of adding states, flags, and machinery.
Core Features & Use Cases
- Root-class bucketing: Every issue is classified as superseded, duplicate, real bug (assigned to a cluster), feature request, or unclear before any code is touched.
- Cluster-based fixing: Two or more issues sharing a root cause get one fix with named test evidence, never N separate patches.
- Over-engineering gate: Any fix proposing a new state, verb, config flag, or gate is rejected in favor of deletion or relaxation.
- Use Case: A maintainer facing 30 open bug reports uses this Skill to group them into 4 root-cause clusters, ship 4 deletion-heavy fix batches, and close every issue against named passing tests.
Quick Start
Triage the open issues in this repository by root cause and propose fix batches that close them with named test evidence.