repo-polish
Installation
SKILL.md
/repo-polish
Quick Reference: Create branch → Rapid assessment → Parallel deep scan (3 agents) → Fix all issues → Verify after each batch → Push & create PR.
Fully autonomous codebase improvement. Creates branch, fixes everything it finds, raises PR.
Philosophy
True fire and forget: Invoke, walk away, come back to a PR ready for review.
- Fix everything found (the PR is the approval gate)
- Verify after each change batch (revert if tests break)
- Atomic commits with clear messages
- All work encapsulated in a PR