code-review
Senior code review — finds bugs, anti-patterns, and improvements
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Senior code review — finds bugs, anti-patterns, and improvements
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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