simplify
Review changed code for reuse, quality, and efficiency — then fix any issues found.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review changed code for reuse, quality, and efficiency — then fix any issues found.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Scaffold a new sub-agent JSON file (.koda/agents/<name>.json) with the correct schema, tool scoping, and trust mode.
Scaffold a new bundled skill (.koda/skills/<name>/SKILL.md) with correct frontmatter, tool scoping, and a clear when_to_use trigger.
Diagnose koda issues — checks provider config, API connectivity, settings, and environment.
Review auto-memory entries and propose promotions, cleanups, and deduplication across all memory layers.
Senior code review — finds bugs, anti-patterns, and improvements
Security vulnerability scan — finds vulnerabilities before attackers do
SOC 직업 분류 기준
| name | simplify |
| description | Review changed code for reuse, quality, and efficiency — then fix any issues found. |
| tags | ["review","quality","refactor","cleanup"] |
| when_to_use | Use after finishing an implementation to catch duplication, hacky patterns, and inefficiencies before committing. Runs three parallel review agents then applies fixes. |
| argument_hint | ["optional focus area","e.g. \"focus on error handling\""] |
| user_invocable | true |
Review all changed files for reuse, quality, and efficiency. Fix any issues found.
Run git diff (or git diff HEAD if there are staged changes) to see what changed. If there are no git changes, review the most recently modified files that the user mentioned or that you edited earlier in this conversation.
Use InvokeAgent to launch all three agents concurrently in a single message. Pass each agent the full diff so it has complete context.
For each change:
Review the same changes for hacky patterns:
Review the same changes for efficiency:
InvokeAgent or parallel tool callsWait for all three agents to complete. Aggregate their findings and fix each issue directly in the code. If a finding is a false positive or not worth addressing, note it and move on — do not argue with it, just skip it.
When done, briefly summarise what was fixed (or confirm the code was already clean).