원클릭으로
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