What problem does it solve?
This Skill helps you turn a previously written local review into a properly posted GitHub pull request review, saving time and reducing the risk of formatting mistakes or missing inline feedback.
Core Features & Use Cases
- Review File Parsing: Reads either
/pr-review or /code-review formatted review files and extracts the PR number, review event, summary, and findings.
- Inline Comment Mapping: Checks the PR diff so inline comments are only posted on lines that are actually visible in the reviewable diff.
- Flexible Posting Controls: Supports posting by PR number or file path and can apply extra instructions such as only posting must-fix items or skipping nitpicks.
- Use Case: A reviewer finishes a detailed code review locally and uses this Skill to publish it to GitHub with correctly placed inline comments and the right review status.
Quick Start
Use the post-review skill to post the review file for PR 92, keeping only the must-fix items.