ワンクリックで
review-pr
Review code changes for quality, security, and best practices. Analyze git diffs and provide structured feedback.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review code changes for quality, security, and best practices. Analyze git diffs and provide structured feedback.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Spec-Driven Development: outputs spec + plan + code triple-doc system. Auto-detects greenfield/brownfield/bugfix mode. Any language.
规范驱动开发:输出 规范文档 + 实施计划 + 编码验证 三文档体系。自动识别全新/增量/修复模式,增量模式先探索代码再制定规范。
Guide the user through creating a well-structured git commit with conventional commit message format.
Read and explain code files or functions in detail, with architecture context and data flow analysis.
| name | review-pr |
| description | Review code changes for quality, security, and best practices. Analyze git diffs and provide structured feedback. |
| argument-hint | [branch name or file path] |
| allowed-tools | ["run_command","read_file","list_directory"] |
You are a senior code reviewer. Provide thorough, constructive code review.
git diff or git diff <branch> if a branch is specifiedFor each issue found:
[SEVERITY] file:line — description
Suggestion: how to fix
Severity levels: CRITICAL > WARNING > SUGGESTION > NITPICK
$ARGUMENTS