원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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
SOC 직업 분류 기준
| 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.