implementer:fix-pr-comments

Retrieve pull request review comments and implement requested code changes.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/atournayre/claude-personas --skill implementer-fix-pr-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementer:fix-pr-comments
Source: https://github.com/atournayre/claude-personas/tree/main/implementer/skills/fix-pr-comments
Command: npx skills add https://github.com/atournayre/claude-personas --skill implementer-fix-pr-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of addressing and implementing all requested changes from pull request reviews, ensuring code quality and timely merging.

Core Features & Use Cases

  • Automated Comment Retrieval: Gathers both review comments and inline comments from PRs.
  • Targeted Implementation: Focuses solely on requested changes, maintaining code integrity.
  • Use Case: After a code review, use this Skill to automatically apply all suggested fixes to your branch, track progress, and prepare for re-review.

Quick Start

Use the implementer:fix-pr-comments skill to implement all changes for PR number 123.

Frequently Asked Questions about implementer:fix-pr-comments

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

FAQPage Schema
How do I automatically implement changes requested in pull request review comments?

You can automatically implement requested changes by using a script that retrieves both inline and general PR review comments, analyzes them for file and line references, and applies the specified modifications to your branch.

What is the best way to apply code review fixes from a PR without missing any requested changes?

The best way to apply code review fixes is to automate the retrieval of all review and inline comments, ensuring every reviewer-requested modification is targeted and applied directly to the codebase.

How does automated PR comment implementation handle inline code review suggestions?

Automated PR comment implementation handles inline suggestions by parsing the review comments for specific file paths and line numbers, then applying the requested modifications strictly at those targeted locations.

Can I use automation to resolve pull request review comments for a specific PR number?

Yes, you can use automation to resolve pull request comments by providing the specific PR number, which allows the script to fetch all associated review feedback and apply the requested changes to your current branch.

Does this automated code review implementation modify code that was not mentioned in the PR comments?

No, this automated implementation focuses strictly on reviewer-requested changes. It analyzes both review and inline comments to ensure it only applies modifications explicitly requested, maintaining overall code integrity.

What should I do to prepare my git branch before automatically implementing PR review comments?

To prepare your git branch, ensure it is checked out locally and ready for modifications. The automation will then retrieve the PR comments and apply the reviewer-requested changes directly to your codebase.