ワンクリックで
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 職業分類に基づく
| 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.
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.