A tool that works through every unresolved comment on a GitHub pull request. It checks if each comment is correct. If the comment points out a real issue, it makes a fix and commits the change. If the comment is not correct, it explains why. Then it replies on the thread and marks it as resolved. This helps you handle review feedback quickly and in a clear way.
This is useful when a pull request has changes requested or many open threads. You can give it a link to a specific review or just the PR number. It will work step by step to close each conversation. It even creates a checklist document to track progress.
You should not use this skill if you only want a summary or if there are no unresolved comments. It needs access to GitHub and git tools to run.
Global
mkdir -p ~/.claude/skills/fusion-github-review-resolutionProject
mkdir -p .claude/skills/fusion-github-review-resolutionSource Repository
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Codebase Designmattpocock/skills
Create deep modules with tiny interfaces and lots of hidden logic for testability
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective