pr-comment-resolver

Analyze pull request comments and implement code changes with resolution reports.

3|1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/i3ringit/antigravity-cortex --skill pr-comment-resolver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comment-resolver
Source: https://github.com/i3ringit/antigravity-cortex/tree/main/.agent/skills/pr-comment-resolver
Command: npx skills add https://github.com/i3ringit/antigravity-cortex --skill pr-comment-resolver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of turning PR feedback into concrete code changes, ensuring reviewer concerns are implemented and documented with a final resolution report.

Core Features & Use Cases

  • Analyze a PR comment to determine the exact changes requested and affected files.
  • Implement code changes in a focused, minimal way, and prepare a concise resolution report.
  • Handle multiple comments sequentially, maintaining consistency with project conventions and reporting each resolution.

Quick Start

Provide the PR comment to address and the relevant code context. I will implement the requested changes and return a clear resolution report detailing what was changed and why.

Frequently Asked Questions about pr-comment-resolver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate PR code review feedback into actual code changes?

Automate PR comments into code changes by providing the review feedback and relevant code context. The skill analyzes each comment to identify what changes are needed, implements them in your files, and generates a resolution report documenting what was changed and why.

Can I handle multiple PR comments at once and track all the resolutions?

Yes, multiple PR comments are processed sequentially while maintaining consistency with your project conventions. Each resolution is tracked and documented in a final report, so you have a clear record of all implemented changes.

What's the best way to turn code review feedback into documented changes?

Submit the PR comments with relevant code context to identify affected files and requested changes. The skill implements focused, minimal changes and produces a concise resolution report that satisfies tracking requirements and maintains your project standards.

Do I need to manually rewrite code for each reviewer comment?

No. This skill eliminates manual rewriting by analyzing PR comments to determine exact changes needed, implementing them directly in your code, and preparing documentation—saving time on repetitive refactoring across multiple files.

How does this handle code review feedback across multiple files?

The skill analyzes comments to determine which files are affected, implements changes in each file with minimal, focused edits, and reports all resolutions together, ensuring consistency across your codebase.