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:

  1. State that simplify will be skipped for one commit and normal Git hooks will still run.
  2. Run this exact command from the worktree:
echo simplify-guard:bypass
  1. Commit normally without --no-verify.
Installs
18
GitHub Stars
1.1K
First Seen
Jul 20, 2026
simplify — fcakyon/claude-codex-settings