pr-implement-feedback

Implements Pull request review feedback by executing a dedicated command.

2|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/elijahmurray/vandra-dev --skill pr-implement-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-implement-feedback
Source: https://github.com/elijahmurray/vandra-dev/tree/main/skills/pr-implement-feedback
Command: npx skills add https://github.com/elijahmurray/vandra-dev --skill pr-implement-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers efficiently address feedback received on their pull requests, streamlining the code review and iteration process.

Core Features & Use Cases

  • Targeted Feedback Implementation: Apply specific changes suggested in pull request comments.
  • Iterative Development: Quickly make necessary adjustments to code based on reviewer suggestions.
  • Use Case: After a code review, you receive comments suggesting a refactor of a specific function. This Skill helps you locate and modify that function according to the feedback.

Quick Start

Use the pr-implement-feedback skill to address the comments on the current pull request.

Frequently Asked Questions about pr-implement-feedback

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

FAQPage Schema
How do I implement code review feedback on a pull request?

You can implement code review feedback on a pull request by invoking a specific command that locates and modifies code based on reviewer comments. This streamlines iterative development workflows by directly applying suggested changes.

What is the best way to apply suggested refactors from PR comments?

The best way to apply suggested refactors from PR comments is using a dedicated feedback implementation command. It targets specific functions mentioned in pull request reviews and modifies the code to reflect the necessary adjustments.

Can I use this to address specific comments in my git development workflow?

Yes, you can use this to address specific comments in your git development workflow. It facilitates iterative improvements by processing pull request feedback and executing the required code modifications directly.

Does implementing pull request feedback require any special git setup?

No special git setup is required to implement pull request feedback beyond the standard development workflow environment. The process relies on invoking a specific command to apply the requested code review changes.

Why should I use a dedicated command to process PR review suggestions?

Using a dedicated command to process PR review suggestions efficiently streamlines the code review iteration process. It helps developers quickly locate and modify specific functions according to reviewer feedback without manual searching.