원클릭으로
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.