en un clic
code-review
Code review
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Code review
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Create git commits
Convert Figma designs to frontend code by orchestrating an Agent Team
Convert Figma designs to frontend code
Implement all nodes from component spec with Figma design context
Implement all nodes from component spec with Figma design context, fix code based on audit results
Architecture and component design expert, design the component spec based on Figma design data and frontend best practices.
| name | code-review |
| description | Code review |
| allowed-tools | Bash(git diff:*), Bash(git log:*), Bash(git blame:*), Bash(git rev-parse:*), Bash(git branch:*), Bash(git show:*), Bash(git status:*) |
Code review for local code changes with confidence scoring and false positive filtering.
Auto-detect diff scope from git status. Ask the user if ambiguous.
Gather context (3 parallel Haiku agents): CLAUDE.md file paths, change summary, modified file list.
Deep review (5 parallel Sonnet agents). Each returns {file, line, description, evidence, category}:
Score each finding (parallel Haiku agents, one per finding) with diff context and CLAUDE.md paths. For CLAUDE.md-flagged issues, verify CLAUDE.md actually calls it out. Rubric (provide verbatim):
Filter and classify findings scored >= 75. Report clean if none remain.
Print results.
Provide to scoring agents:
### Code Review
Found {n} issues:
1. [P0] {description} ({source: CLAUDE.md quote or code evidence})
{file}:{line}
2. [P1] {description} ({source})
{file}:{line}
If no issues survive filtering:
### Code Review
No issues found. Checked for bugs, security, performance, and CLAUDE.md compliance.