code-review
Review uncommitted changes for security issues, code quality, and best practices
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 uncommitted changes for security issues, code quality, and best practices
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
Run both frontend and backend builds to verify everything compiles
Add a new API endpoint to an existing service with full-stack integration (backend handler + frontend API service + store)
Create a new frontend page with routing, store, and API service following Kensan conventions
Run Go backend tests, analyze failures, and auto-fix
Scaffold a new Go microservice with the standard Kensan layered architecture
| name | code-review |
| description | Review uncommitted changes for security issues, code quality, and best practices |
| disable-model-invocation | true |
| context | fork |
| agent | general-purpose |
| allowed-tools | Bash(git *), Read, Grep, Glob |
Review all uncommitted changes for quality and security issues.
Identify changes: Run git diff --name-only HEAD and git diff --staged --name-only
Security Review (CRITICAL):
$1 placeholders)WHERE user_id = $1 in queries (multi-tenancy violation)Architecture Review (HIGH):
Code Quality (MEDIUM):
Kensan-specific Checks:
For each issue found:
[SEVERITY] file:line - Description
Recommendation: ...
Severities: CRITICAL > HIGH > MEDIUM > LOW
Summarize: total issues by severity, and whether commit should proceed.