بنقرة واحدة
code-review
Technical code review for quality and bugs on recently changed files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Technical code review for quality and bugs on recently changed files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Fix bugs found in a code review
First-time project setup after cloning
Create comprehensive feature plan with deep codebase analysis and research
Run the test suite
Run full validation suite (build, lint, type check, tests)
Create an atomic commit with conventional commit format
| name | code-review |
| description | Technical code review for quality and bugs on recently changed files |
| disable-model-invocation | true |
| allowed-tools | Read, Grep, Glob, Bash |
Perform a technical code review on recently changed files.
Read CLAUDE.md and key conventions in .claude/rules/ to understand project standards.
Then examine changes:
git status
git diff HEAD
git diff --stat HEAD
git ls-files --others --exclude-standard
Read each changed and new file in its entirety (not just the diff) to understand full context.
For each file, analyze for:
Save to .agents/code-reviews/{appropriate-name}.md
Stats:
For each issue:
severity: critical|high|medium|low
file: path/to/file
line: 42
issue: [one-line description]
detail: [why this is a problem]
suggestion: [how to fix it]
If no issues found: "Code review passed. No technical issues detected."