clean
Installation
SKILL.md
Clean
KISS/DRY and copy the local code style. Be elitist, shorthand, clever, concise, efficient, and elegant.
"Clean" means polishing the code — it does NOT mean running the test suite, tsc, or lint as the task. Run a check only if it's genuinely needed to confirm the polish is safe.
Clean is a standalone pass, not just a pre-PR step — run it whenever things get messy, including mid-work. Also run it automatically before any PR handoff (creating, updating, automerging, or moving to the next PR) without being told each time.