with one click
simplify
Analyze code for unnecessary complexity and suggest simplifications
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Analyze code for unnecessary complexity and suggest simplifications
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Guided refactoring with before/after validation
Check project health — environment, dependencies, tools, and configuration
Guided first-session onboarding — helps you go from zero to your first plan and issue
Manage GitHub issues backlog — view, pick, or create work items
Create a structured implementation plan in tasks/todo.md with confidence assessment
Summarize current progress, commit working state, and update task tracking
| name | simplify |
| description | Analyze code for unnecessary complexity and suggest simplifications |
| argument-hint | <file path or directory> |
| user-invocable | true |
| allowed-tools | Read, Grep, Glob |
| context | fork |
| agent | general-purpose |
Analyze the specified code for unnecessary complexity and suggest simplifications.
$ARGUMENTS is a file: analyze that specific file.$ARGUMENTS is a directory: scan for the most complex files and prioritize.$ARGUMENTS is empty: analyze recently changed files (git diff --name-only main...HEAD).Write findings to scratch/simplify_latest.md:
## Simplification Report: <scope>
### High Impact
- [file:line] What to simplify and why. Estimated reduction: X lines.
### Medium Impact
- [file:line] Description.
### Low Impact / Nitpicks
- [file:line] Description.
### Summary
- Total opportunities: N
- Estimated net line reduction: X
- Recommendation: [act now / defer / skip]
Return a ≤5 line summary to the main context.