simplify
Review changed code for reuse, quality, and efficiency — then fix any issues found.
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
Review changed code for reuse, quality, and efficiency — then fix any issues found.
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.
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
Based on SOC occupation classification
| 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).