Claude Codecode-review

/simplify

Review changed code for cleanup opportunities and apply the fixes. Four review agents run in parallel covering reuse, simplification, efficiency, and abstraction level.

Syntax

/simplify [target]

About

Skill. Does NOT look for correctness bugs — use /code-review for bugs. Four review agents run in parallel: reuse of existing helpers, simplification, efficiency, and whether the change sits at the right level of abstraction. Applies fixes automatically.

When to use

  • Cleaning up code after a feature is working
  • Reducing duplication in a diff before merging
  • Getting efficiency improvements auto-applied

More Claude Code commands