一键导入
code-review
Code review
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Code review
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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.