What problem does it solve?
This Skill streamlines GitHub PR reviews by orchestrating gh CLI actions to draft, batch, and post reviews with code suggestions. It ensures reviews are posted only after explicit user approval, reducing mistakes under tight deadlines.
Core Features & Use Cases
- Pending reviews by default: Always draft a pending review to batch comments before posting.
- Code suggestions: Include actionable code changes using the standard suggestion blocks.
- Explicit approval workflow: Show exactly what will be posted and require yes/no confirmation before posting.
- Event type selection: Choose the appropriate event type (COMMENT, APPROVE, or REQUEST_CHANGES) based on the feedback.
- gh api usage guidance: Use the GitHub CLI's API endpoints with proper quoting and flags to post reviews.
Quick Start
Ask Claude to review a PR, draft the comments and code suggestions, then present a preview for approval. Example: "Review PR #123 and draft comments with code changes. Show exactly what will be posted and wait for my approval before posting a pending review."