What problem does it solve? Responding to a pile of PR review comments is error-prone: threads get missed, fixes ship without replies, and follow-up work is never tracked. This Skill structures the entire review-response cycle with a human approval gate so nothing is acted on without sign-off. ## Core Features & Use Cases - Automated triage: Fetches unresolved review threads, formal review submissions, and PR-level comments via the GitHub CLI and GraphQL API, then categorizes each item as Fix Now, Defer, or Ignore. - Human approval gate: Presents a triage table and blocks all execution until the user approves or overrides individual items with commands like "1 defer" or "3 fix now". - Execution and tracking: Implements approved code fixes in a single commit, creates follow-up GitHub issues for deferred items, posts thread replies, resolves threads, and publishes a summary comment on the PR. - Use Case: After a reviewer leaves twelve comments on your pull request, run the skill to get a triaged action plan, approve it, and have fixes committed, issues created, and threads resolved automatically. ## Quick Start Ask the assistant to respond to all review comments on pull request 42 using the forge-respond workflow.