repo-hygiene
Installation
SKILL.md
Repo Hygiene
The workflow owns scheduling, GitHub context, credentials, checkout, sandbox setup, dedup checks, pushes, PR creation, comments, and final independent verification. This skill owns the model-driven scan, the code changes, and pre-commit verification.
The run is split into two phases executed as separate CI jobs: the scan phase (read-only, produces findings) and the fix phase (reads findings, edits code).
Workflow
Your invocation names the phase you are in. Read ONLY that phase's document before doing anything else, then follow its steps:
- Scan phase → read
references/scan.md - Fix phase → read
references/fix.md