What problem does it solve? A Hall9k pr-review task reviews someone else's pull request read-only and parks its findings report as NeedsHuman, leaving the owner to decide what actually gets posted. This Skill walks that report (or a mention follow-up's addendum) finding by finding with the owner and posts only what they explicitly approve under their own GitHub login. ## Core Features & Use Cases - Finding-by-finding walkthrough: Presents adversarial and conformance findings in the report's own order and collects a per-finding directive: dismiss, handle personally, or post on the owner's behalf. - Batched GitHub review posting: Accumulates approved line-anchored comments and submits them as one formal review (COMMENT, REQUEST_CHANGES, or APPROVE) via a single gh api call, only after showing the exact draft and receiving an explicit go. - Mention reply handling: Answers tagged comments by posting the owner-approved drafted reply into the exact thread it came from, using the REST in_reply_to id when the mention was an inline review-comment reply. - Use Case: An auto-pr-review task parked NeedsHuman with review-1-findings.md for owner/repo#42. You run this Skill to review each finding with the owner, batch three approved comments into a REQUEST_CHANGES review, post one conversational remark separately, and close the task with h9k review resolve --merge-ready. ## Quick Start Ask the agent to walk the findings report of the parked pr-review task and post only the comments you approve to the pull request.