What problem does it solve? Handling pull request review feedback is tedious: you must read every unresolved comment, decide whether to fix, discuss, or decline, write code changes, commit, push, and reply to each thread. This Skill automates that entire loop while keeping you in control of every decision. ## Core Features & Use Cases - Review Comment Analysis: Fetches PR metadata and review threads via the GitHub GraphQL API, filters to unresolved threads you have not yet replied to, and classifies each comment as fix, discuss-first, or no-action. - Guided Fix Workflow: Confirms the plan per thread, applies targeted code fixes, runs project checks, then commits and pushes only after your approval. - Reply and Resolve Automation: Posts concise replies to review comments and resolves threads in bulk using helper scripts, with progress tracked in a memo file for session recovery. - Use Case: A reviewer leaves eight comments on your PR overnight. Invoke the skill to triage all threads, fix the valid issues, push the changes, and post replies to every thread in one guided session. ## Quick Start Run /fix-review on my current pull request to triage the review comments and fix the valid ones.