What problem does it solve?
Convert a local PR review plan into confirmed, batched public replies and resolved review threads on GitHub while preventing accidental or unauthorized posting. It removes the manual, error-prone work of copying replies into GitHub one-by-one and ensures every reply is previewed and explicitly approved before being published.
Core Features & Use Cases
- Preview-before-posting: Displays the full set of draft replies from the plan file and requires explicit user confirmation before any public comments are posted.
- Batch post and resolve: Builds a structured JSON payload and invokes a script to post replies and resolve threads, continuing on per-action failure and summarizing results.
- Robust reporting and recovery: Distinguishes full success, partial success, and fatal errors via script exit codes and updates the plan file accordingly so users can retry or fix errors.
- Use case: After applying fixes locally, use this Skill to safely publish responses to automated reviewer comments and mark threads resolved without leaving the terminal.
Quick Start
Open the latest .pr-review plan and run the post skill to preview replies, confirm, and publish comments to the GitHub PR.