| name | code-review |
| description | Dual-mode review skill — review implementation plans before coding (plan mode) or review code changes after implementation (code mode) with architecture, risk, and test analysis |
| allowed-tools | ["Read","Glob","Grep","Agent","Bash(ls:*)","Bash(git:*)","Bash(git diff:*)","Bash(git log:*)","Bash(git show:*)"] |
| arguments | ["target"] |
| argument-hint | [plan file path, 'code', branch name, or 'diff' for current changes] |
| user-invocable | true |
| when_to_use | Use when the user wants to review an implementation plan or code changes.
Plan mode: 'review plan', 'engineering review', 'architecture review', 'lock in plan', '엔지니어링 리뷰', '계획 리뷰'
Code mode: 'review code', 'code review', 'review changes', 'review PR', 'review diff', '코드 리뷰', '변경 리뷰'
|