What problem does it solve? When a pull request receives review comments from human reviewers, addressing each one consistently—fixing code, verifying claims, committing, and drafting replies—is tedious and error-prone. This Skill triages every human review comment on a GitHub PR, applies the needed code changes, pushes commits, and hands you a mapping table plus ready-to-post reply drafts, while deliberately never writing anything to GitHub on its own. ## Core Features & Use Cases - Comment triage: Fetches top-level inline comments and review bodies via the GitHub CLI, filters to human reviewers (user.type == "User"), and classifies each as address, decline, no-code-change, or awaiting user decision. - Fix and push: Applies code changes with matching tests, runs lint/test checks, and commits per comment following the /cp conventions, keeping PR descriptions in sync. - Report and reply drafts: Produces a per-comment mapping table (comment ID, location, summary, result/commit hash) plus copy-pasteable reply drafts with mentions, hashes, and appropriate verbs—posted only when you explicitly instruct it. - Use Case: After teammates review your PR, run this Skill to fix all [must] comments, get a table of what was changed with commit hashes, and receive draft replies you can review and post yourself. ## Quick Start Ask the AI to resolve the human review comments on the current pull request and provide the response table with reply drafts.