This one grabs review comments from a GitHub PR, verifies each finding against the actual code, and tells you whether the feedback is valid, partially valid, or just wrong. It checks if the same issue exists elsewhere in the codebase and outputs a structured report with recommended actions. The workflow is thorough: fetches comments via gh api, reads the referenced files, judges the technical merit of each point, and can even post replies back to GitHub if you want. Useful when you're facing a wall of review comments from bots or teammates and need to triage what actually matters. The verification step against real code is the part that matters here.
npx -y skills add breaking-brake/cc-wf-studio --skill pr-review-analysis --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
github/awesome-copilot
microsoft/win-dev-skills
github/awesome-copilot
github/awesome-copilot