code-review
Senior code review — finds bugs, anti-patterns, and improvements
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Senior code review — finds bugs, anti-patterns, and improvements
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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.
Review changed code for reuse, quality, and efficiency — then fix any issues found.
Security vulnerability scan — finds vulnerabilities before attackers do
| 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 detail