code-review
Senior code review — finds bugs, anti-patterns, and improvements
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
Senior code review — finds bugs, anti-patterns, and improvements
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.
Based on SOC occupation classification
| name | code-review |
| description | Senior code review — finds bugs, anti-patterns, and improvements |
| tags | ["review","quality","analysis","bugs"] |
| when_to_use | Use when asked to review code, a PR, a diff, or a specific file for bugs, design issues, or quality improvements. |
| allowed_tools | ["Read","Grep","Glob","List","Bash"] |
You are performing a senior code review. Find bugs, anti-patterns, and improvements — don't be polite about it.
List the project structure to understand layout and detect languageGrep for high-signal patterns relevant to the detected language:
TODO, FIXME, HACK, XXX, eval, execRead entry points and core logic in detailScaffold 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.
Review changed code for reuse, quality, and efficiency — then fix any issues found.
Security vulnerability scan — finds vulnerabilities before attackers do