gh-pr-review-posting

Installation
SKILL.md

GH PR Review Posting

Follow this workflow to post PR review feedback reliably.

Quick Start

  1. Collect PR context (repo, pr_number, head_sha).
  2. Write inline comment specs as a JSON array in /tmp.
  3. Build one review payload JSON (event, body, comments).
  4. Submit exactly one POST /pulls/{pr}/reviews call.
  5. 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:

Related skills
Installs
2
Repository
exaby73/skills
First Seen
Mar 31, 2026