workflow-green-repo
Installation
SKILL.md
workflow-green-repo — Whole-Repository Greening
Bring the repository to a verified-green baseline: every configured health gate passes from a clean state. This is broad, authorized cleanup — the one place where fixing unrelated pre-existing failures is the goal, not scope creep.
Green is defined by a fresh from-scratch run of every gate, not by the failures you happened to see. Enumerate first, externalize the worklist, fix root causes in batches, and re-run until zero.
When NOT to use this
- The user asked to finish one plan or feature → use
complete-everything. - The change is one searchable pattern across files → use
burndown-full. - No explicit authorization to touch pre-existing debt → confirm scope first; do not silently rewrite unrelated code.