What problem does it solve?
Manually posting AI-generated code review findings as inline comments on GitHub pull requests is time-consuming and error-prone, especially when handling rate limits, avoiding duplicate comments, and ensuring comments only appear on lines changed in the PR.
Core Features & Use Cases
- Idempotent inline commenting: Posts review findings with hidden deduplication markers to avoid duplicate comments on re-runs, even if the same findings are generated multiple times.
- Rate-limit safe by default: Respects GitHub's secondary rate limits by using atomic batch posting for multiple comments and enforcing a default 25-comment cap to avoid hitting content creation limits.
- Use Case: Run this Skill after an AI code review to automatically post all findings as inline PR comments, or pair it with the
review-pr skill to automatically apply suggested fixes from those comments.
Quick Start
Use the post-pr-review skill to automatically post all AI-generated code review findings as inline comments on the pull request associated with your current branch, with rate limit protection and duplicate comment avoidance.