paw-review-github

Post finalized review comments from ReviewComments.md to GitHub as pending reviews.

39|6|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/lossyrob/phased-agent-workflow --skill paw-review-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paw-review-github
Source: https://github.com/lossyrob/phased-agent-workflow/tree/main/skills/paw-review-github
Command: npx skills add https://github.com/lossyrob/phased-agent-workflow --skill paw-review-github

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Posts finalized review comments to GitHub as a pending review after critique iteration is complete.

Core Features & Use Cases

  • Filter ReviewComments.md to include only comments marked as ready for posting
  • Create a GitHub pending review and attach comments per PR (supporting multi-PR workflows)
  • Update ReviewComments.md with posted status and the Review IDs

Quick Start

Use paw-review-github to post finalized comments to a GitHub PR.

Frequently Asked Questions about paw-review-github

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

FAQPage Schema
How do I post code review comments to a GitHub pull request as a pending review?

To post code review comments to a GitHub pull request as a pending review, finalized comments marked with the **Final** marker are filtered from ReviewComments.md and attached to a new pending review using GitHub MCP tools.

How do I post review comments to multiple GitHub PRs at once?

You can post review comments to multiple GitHub PRs at once because this workflow supports multi-PR workflows, creating and populating a separate pending review for each PR based on the filtered comments.

When do I need to use a pending review for posting GitHub PR comments?

You need to use a pending review for posting GitHub PR comments when you want to submit a batch of finalized code review comments at once rather than posting them individually, ensuring they appear together as a single review block.

Can I post GitHub review comments if my project is not hosted on GitHub?

If your project is not hosted on GitHub, you cannot use automated GitHub MCP tools, but this workflow provides manual posting guidance to help you copy and apply the finalized review comments to your non-GitHub context.

Why are my finalized GitHub review comments not posting to the pull request?

Your finalized GitHub review comments are not posting if they lack the **Final** marker in ReviewComments.md, as the workflow strictly filters for this marker to identify comments ready for posting.

Does posting GitHub review comments update the local ReviewComments.md file?

Yes, posting GitHub review comments updates the local ReviewComments.md file by appending the posted status and the generated Review IDs next to the comments that were successfully submitted.