code-review
Review uncommitted changes for security issues, code quality, and best practices
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review uncommitted changes for security issues, code quality, and best practices
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.