Gh pr review
Agent skills for GitHub CLI
npx -y skills add dceoy/github-cli-agent-skills --skill gh-pr-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Submit pull request reviews (approve, comment, or request changes) using gh CLI.
SKILL.md
1.1 KB, 248 tokens by cl100k_base, as published. Nobody here has run it
GitHub PR Review
When to use
- The user asks to approve, comment on, or request changes for a PR.
Inputs to confirm
- PR number/URL/branch (or use current branch PR).
- Review type: approve, comment, or request changes.
- Review body text (or file).
Workflow
- Verify auth:
gh --version gh auth status - Submit review:
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" - Confirm status:
gh pr view 123 --json reviewDecision
Examples
# Approve current branch PR
~ gh pr review --approve --body "LGTM"
Notes
- You cannot approve your own PR.
- Use
--body-fileto provide longer feedback.
References
- GitHub CLI manual: https://cli.github.com/manual/
gh pr review --help
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.