pr-fix

Apply categorized pull request review feedback to code modules using GitHub details and rule sets.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/NehaTanti-afk/Neha-Notes --skill pr-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-fix
Source: https://github.com/NehaTanti-afk/Neha-Notes/tree/main/.claude/skills/pr-fix
Command: npx skills add https://github.com/NehaTanti-afk/Neha-Notes --skill pr-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing feedback received during Pull Request (PR) reviews, ensuring code quality and adherence to project standards before merging.

Core Features & Use Cases

  • Automated Feedback Integration: Systematically processes and applies fixes for both blocking and minor issues identified in PR reviews.
  • Contextual Rule Application: Loads specific coding rules based on the files modified in the PR, ensuring fixes are contextually appropriate.
  • Use Case: After a code review flags several comments on a new feature's components and tests, this Skill can automatically parse the feedback, apply the necessary code changes according to component and testing rules, and prepare the PR for re-review.

Quick Start

Use the pr-fix skill to address the feedback on pull request number 123 for the repository owner 'my-org' and repo name 'my-repo'.

Frequently Asked Questions about pr-fix

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

FAQPage Schema
How do I automatically fix issues flagged in GitHub pull request review comments?

Automated pull request fix tools resolve GitHub review comments by fetching PR details and changed files, then applying targeted edits guided by loaded rule sets to address blocking and minor issues across components, hooks, and core libraries.

How do I apply context-specific coding rules when refactoring code from PR feedback?

Contextual rule application loads specific coding rules based on the files modified in the PR, ensuring fixes for components, hooks, and core libraries are contextually appropriate and aligned with project standards.

Can I systematically address both blocking and minor concerns across different code modules?

Systematic feedback integration processes and applies fixes for both blocking and minor issues identified in PR reviews, scoping edits across components, hooks, and core libraries to prepare the PR for re-review.

What do I need to fetch from GitHub to start automating PR review fixes?

Fetching PR details, review comments, and changed files from GitHub provides the required context to apply targeted edits guided by loaded rule sets, resolving issues identified during the review process.

Does this approach work with specific code modules like components and hooks?

Scoping includes addressing blocking and minor concerns across various code modules like components, hooks, and core libraries, loading context-specific rules based on the modified files to ensure appropriate targeted edits.