review-pr
Review a GitHub pull request and provide structured feedback with severity ratings
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
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