Skip to main content
CC
CULT OF CLAUDE
CC
CULT OF CLAUDE

Not affiliated with Anthropic. An independent community resource.

Code Quality Built-in Beginner

Simplify

Reviews changed code for reuse, quality, and efficiency, then fixes issues found

By Anthropic

Trigger Command

command
/simplify

Trigger Condition

User types /simplify or asks to simplify/clean up code

Overview

Analyzes recently changed code to identify opportunities for simplification, deduplication, and quality improvements. Automatically applies fixes for issues it discovers, focusing on reducing complexity and improving maintainability.

Available Tools

Bash Read Write Edit Glob Grep

Usage Example

example
/simplify

Tips

  • Run after making changes to catch duplication
  • Looks at git diff to focus on recently changed code
  • Applies fixes automatically after identifying issues