بنقرة واحدة
simplify
Analyze code for unnecessary complexity and suggest simplifications
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Analyze code for unnecessary complexity and suggest simplifications
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.