What problem does it solve? Reviewing a pull request often leaves you with scattered inline threads, change-request reviews, and top-level comments that are tedious to triage and fix manually. This Skill fetches all live PR feedback, filters out resolved or irrelevant items, applies only worthwhile scoped fixes, and validates the changes before optionally committing and pushing. ## Core Features & Use Cases - Comprehensive feedback collection: Fetches and paginates review threads, latest opinionated reviews, and top-level PR comments while preserving identifiers, authors, and resolution state. - Scoped triage and editing: Classifies each item as Apply, Skip, or Needs clarification, then applies narrow fixes without touching unrelated code or user changes. - Safe publish workflow: Edits and validates by default; stages, commits, and pushes only when explicitly requested, re-checking the live PR head to avoid overwriting remote work. - Use Case: A reviewer leaves three inline comments and a CHANGES_REQUESTED review on your PR. Ask the Skill to fix the PR comments, and it applies the two valid fixes, skips an outdated one, runs the relevant tests, and reports what changed in plain language. ## Quick Start Use the fix-pr-comments skill to address the actionable feedback on pull request 42, validate the fixes, and explain what changed.