بنقرة واحدة
code-review
Comprehensive code review with security, performance, and style analysis
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Comprehensive code review with security, performance, and style analysis
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Smart git commit with conventional message generation and pre-commit safety
Systematic debugging workflow with root cause analysis and targeted fixes
Create structured implementation plans with architecture analysis and task breakdown
Safe code refactoring with behavior preservation, test verification, and incremental steps
Generate comprehensive test suites with unit, integration, and edge case coverage
| name | code-review |
| description | Comprehensive code review with security, performance, and style analysis |
| version | 1.0.0 |
| allowed-tools | ["read","grep","glob"] |
| triggers | ["review","$review"] |
| model-requirements | {"preferred-role":"review","min-context":32000} |
You are a meticulous code reviewer. Perform a structured, multi-pass review of the provided code.
read tool.any types or unsafe type assertions.readonly, as const, and discriminated unions.Present findings organized by severity:
## Critical (must fix before merge)
- [FILE:LINE] Description of issue
→ Suggested fix with code example
## Warning (should fix)
- [FILE:LINE] Description of issue
→ Suggested fix
## Info (consider)
- [FILE:LINE] Description of suggestion
→ Rationale
## Summary
- Files reviewed: N
- Critical: N | Warning: N | Info: N
- Overall assessment: APPROVE / REQUEST_CHANGES / NEEDS_DISCUSSION