gh-pr-review-posting
Installation
SKILL.md
GH PR Review Posting
Follow this workflow to post PR review feedback reliably.
Quick Start
- Collect PR context (
repo,pr_number,head_sha). - Write inline comment specs as a JSON array in
/tmp. - Build one review payload JSON (
event,body,comments). - Submit exactly one
POST /pulls/{pr}/reviewscall. - Verify review state and attached inline comments.
Use references/github-review-api.md for endpoint details and troubleshooting.
Workflow
1) Resolve PR Context
Get the PR head commit SHA used for inline comment anchoring: