一键导入
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.