원클릭으로
codereview
Review code for bugs, security issues, performance problems, and style. Accepts a file path, diff, or inline code snippet.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review code for bugs, security issues, performance problems, and style. Accepts a file path, diff, or inline code snippet.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
View and manage Google Calendar events
Check and manage Gmail inbox
Create and manage notes in Notion
Search the web for information using Exa
Generate a conventional commit message from staged changes or a diff. Follows Conventional Commits spec (feat/fix/chore/refactor/docs/test/perf/ci).
Structured debugging session. Accepts an error message, stack trace, or description of unexpected behaviour. Works through reproduce → isolate → hypothesize → verify → fix.
| name | codereview |
| description | Review code for bugs, security issues, performance problems, and style. Accepts a file path, diff, or inline code snippet. |
| argument-hint | ["file-path-or-diff"] |
| allowed-tools | Read, Bash |
Review the following for: $ARGUMENTS
any types, unsafe casts, missing nullability checks$ARGUMENTS is a file path, read the file first with the Read tool## Code Review: <file or description>
### Critical
- [line X] <issue> → <fix>
### High
- [line X] <issue> → <fix>
### Medium / Low
- <issue> → <fix>
### Summary
<1-2 sentence overall assessment>
If no issues are found, say so explicitly — don't pad with non-issues.