This one walks through unresolved PR review threads end to end: it reads each comment, decides if the feedback is actually correct (reviewers aren't always right), applies targeted fixes when valid, writes evidence-based replies when the comment is outdated or wrong, commits each change, then resolves the thread. It's built for the "changes requested" grind where you've got 15 inline comments and need an auditable close-out workflow. The source is thorough about phase ordering (fetch, analyze, fix, validate, push, reply, resolve) and explicitly warns against making code churn just to satisfy stale feedback. Requires GitHub MCP or gh CLI. You'll want this when you're staring down a wall of review threads and need more than a summary.
npx skills add https://github.com/equinor/fusion-skills --skill fusion-github-review-resolution