review-pr
스타10
포크7
업데이트2026년 2월 28일 07:37
Review a GitHub pull request and provide structured feedback with severity ratings
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Review a GitHub pull request and provide structured feedback with severity ratings
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Deploy to staging or production environment with pre-flight checks
Explain code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?"
Fix a GitHub issue by reading the issue, finding relevant code, implementing a fix, and creating a commit
Show a summary of the current project state including git, tests, and build status
| name | review-pr |
| description | Review a GitHub pull request and provide structured feedback with severity ratings |
| context | fork |
| agent | Explore |
| allowed-tools | Bash(gh *), Read, Grep, Glob |
| argument-hint | [PR number] |
| disable-model-invocation | true |
gh pr view $ARGUMENTS --json title,body,author,baseRefName,headRefName,additions,deletions,changedFilesgh pr diff $ARGUMENTSgh pr diff $ARGUMENTS --name-onlyPerform a thorough code review:
Organize findings by severity:
End with a clear recommendation: Approve / Request Changes / Needs Discussion