원클릭으로
code-review
Review code for project standards, design system, security, and best practices
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review code for project standards, design system, security, and best practices
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when a conversation is getting long, drifting, juggling multiple tasks, re-pasting the same files, or showing stale/confused context — and at the start of any new task. Triggers: long thread, context bloat, topic switch, repeated file uploads, 'why is it forgetting', degraded answers, finished one task and starting another.
Use when a user wants to deconstruct a complex problem, business challenge, product decision, strategy question, career crossroads, or stuck situation by stripping assumptions, identifying first principles, rebuilding options from foundational truths, and choosing one high-leverage action.
Audit role-based access control and permission drift across product surfaces.
Add a new feature to an existing @fabrk/* package following monorepo conventions
Build or rebuild the ADR index and dependency graph in AgentDB
Query AgentDB with semantic routing, hierarchical recall, causal graphs, and context synthesis
| name | code-review |
| description | Review code for project standards, design system, security, and best practices |
Use when reviewing code changes, PRs, or auditing existing code for quality.
Spacing (8-point grid)
Colors
Typography
Radius
Imports
Props
Size Limits
## CODE REVIEW SUMMARY
**Files Reviewed**: X
**Issues Found**: Y (Critical: A, Warning: B, Info: C)
### Critical Issues
- [SECURITY] file.tsx:42 - SQL injection vulnerability
- [DESIGN] component.tsx:15 - Hardcoded color breaks theming
### Warnings
- [PERF] hook.ts:28 - Missing dependency in useEffect
- [SIZE] page.tsx - 250 lines, exceeds 200 limit
### Approved Patterns
- Good use of design tokens
- Proper error handling