simplify
Installation
SKILL.md
Simplify
/simplify → 4 cleanup agents in parallel → apply the fixes
You are improving the quality of the changed code, not hunting for bugs. Review it for reuse, simplification, efficiency, and altitude issues, then fix what you find. Do not look for correctness bugs, that is what /code-review is for.
Explicit commit bypass
If the user explicitly asks to commit while skipping simplify, skip the review phases below:
- State that simplify will be skipped for one commit and normal Git hooks will still run.
- Run this exact command from the worktree:
echo simplify-guard:bypass
- Commit normally without
--no-verify.