post-pr-review

Post AI-generated code review findings as inline GitHub PR comments via gh CLI.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/kaiohenricunha/dotbabel --skill post-pr-review-kaiohenricunha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-pr-review
Source: https://github.com/kaiohenricunha/dotbabel/tree/main/plugins/dotbabel/templates/claude/skills/post-pr-review
Command: npx skills add https://github.com/kaiohenricunha/dotbabel --skill post-pr-review-kaiohenricunha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about post-pr-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I post AI code review findings as inline comments on GitHub pull requests?

You can post AI code review findings as inline comments on GitHub pull requests by using this Skill to automatically submit findings via the gh CLI, eliminating manual posting and restoring bot review functionality.

How can I avoid duplicate inline comments when re-running an AI PR review?

To avoid duplicate inline comments during re-runs, this Skill uses hidden deduplication markers for idempotent posting, ensuring the same findings are not posted multiple times even if the review is generated repeatedly.

How do I handle GitHub secondary rate limits when posting multiple PR review comments?

To handle GitHub secondary rate limits when posting multiple PR review comments, this Skill uses atomic batch posting and enforces a configurable default 25-comment cap to avoid hitting content creation limits.

Can I post AI review comments on pull requests from a different repository?

Yes, you can post AI review comments on pull requests from a different repository because this Skill supports cross-repository PR commenting via the gh CLI, allowing automated feedback across separate project boundaries.

What is the best way to automate posting security audit findings to a GitHub PR?

The best way to automate posting security audit findings to a GitHub PR is using this Skill to submit AI-generated review results as inline comments with rate limit compliance and duplicate avoidance.

Does this Skill work with dispatched review agents for automated pull request feedback?

Yes, this Skill works with dispatched review agents for automated pull request feedback by adhering to a strict JSON contract, ensuring structured review findings are correctly parsed and posted as inline comments.