What problem does it solve? Handling pull request review feedback is time-consuming: you must fetch inline comments, judge which findings are valid, implement fixes, validate them, write professional replies, and resolve threads. This Skill orchestrates that entire loop with the GitHub CLI so no finding is missed and no change is applied without approval. ## Core Features & Use Cases - PR Discovery and Comment Fetching: Locates the pull request for the current branch and retrieves inline comments, review context, and thread replies via gh API calls. - Finding Triage: Analyzes each finding against full file context and repository conventions, classifying it as APPLY, PARTIALLY APPLY, DISCUSS, or DECLINE with a proposed fix and reply. - Validated Fixes and Thread Resolution: Applies only approved changes, runs the repository's checks (e.g., pnpm typecheck, pnpm check), posts replies, and resolves review threads through GraphQL mutations. - Use Case: A reviewer leaves eight inline comments on your feature branch. Run this Skill to get a per-finding analysis with recommendations, approve the valid fixes, and have replies posted and threads resolved automatically. ## Quick Start Review the pull request feedback on my current branch, analyze each finding, and help me apply the approved fixes and reply to reviewers.