بنقرة واحدة
gh-pr-review
Submit pull request reviews (approve, comment, or request changes) using gh CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Submit pull request reviews (approve, comment, or request changes) using gh CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Close GitHub issues with gh CLI, choosing completed vs not planned and optionally adding a closing comment.
Add, edit, or delete GitHub issue comments using gh CLI.
Create GitHub issues with gh CLI, including labels, assignees, milestones, and projects.
Manage linked branches for GitHub issues using gh issue develop.
Edit GitHub issues (title, body, labels, assignees, milestones, projects) using gh CLI.
List and filter GitHub issues using gh CLI with various filters like state, author, labels, milestone, and search queries.
| name | gh-pr-review |
| description | Submit pull request reviews (approve, comment, or request changes) using gh CLI. |
| allowed-tools | Bash, Read, Grep |
| handoffs | [{"label":"View PR","agent":"gh-pr-view","prompt":"View this PR before reviewing","send":true}] |
gh --version
gh auth status
gh pr review 123 --approve --body "LGTM"
gh pr review 123 --comment --body "Looks good, minor nits below"
gh pr review 123 --request-changes --body "Please add tests"
gh pr view 123 --json reviewDecision
# Approve current branch PR
~ gh pr review --approve --body "LGTM"
--body-file to provide longer feedback.gh pr review --help