ワンクリックで
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 職業分類に基づく
| 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.
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