What problem does it solve?
This Skill turns draft PR review output into a safely posted GitHub review with the right summary, inline comments, replies, and bot reactions, while reducing the risk of malformed comments, wrong line targets, or accidental posting.
Core Features & Use Cases
- Converts prior review analysis into a GitHub review: Extracts the latest pr-intel output from the same conversation and prepares a complete review payload.
- Validates before posting: Checks line numbers against the PR head commit and diff hunks, enforces attribution rules, and previews everything for explicit confirmation.
- Handles review workflow edge cases: Supports body-only reviews, inline reply threading, bot reaction posting, memory persistence, and best-effort DynamoDB write-back for downstream tooling.
- Use Case: After reviewing a pull request with pr-intel, use this Skill to submit the final GitHub review with inline comments only after seeing a confirmation preview and resolving any line-target warnings.
Quick Start
After running pr-intel in the same conversation, ask the AI to post the review for the PR once you have finished editing and are ready to submit.