fix-pr

Fetch, classify, and resolve pull request review comments via GitHub CLI.

1|1|Updated Mar 10, 2013
One-click install
npx skills add https://github.com/aaronlord/.dotfiles --skill fix-pr-aaronlord
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-pr
Source: https://github.com/aaronlord/.dotfiles/tree/main/pi/skills/fix-pr
Command: npx skills add https://github.com/aaronlord/.dotfiles --skill fix-pr-aaronlord

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing pull request review comments by automating the discovery, triage, and resolution of issues, providing a structured workflow that enhances productivity.

Core Features & Use Cases

  • Automated PR Review: Fetches open review comments for the current branch's PR.
  • Comment Triage: Classifies and prioritizes comments into 'obvious' and 'requires judgment' categories.
  • Code Resolution: Executes fixes for 'obvious' issues and invokes a secondary tool for complex decisions.
  • Conventional Commits: Generates conventional commit messages for resolved issues.
  • Use Case: Ideal for developers who want to quickly and systematically address review feedback without missing critical points.

Quick Start

Run the fix-pr skill to initiate the process of resolving PR review comments.

Frequently Asked Questions about fix-pr

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

FAQPage Schema
How do I automate addressing GitHub PR review comments?

You can automate addressing PR review comments by fetching open feedback on your current branch, classifying issues by priority, and resolving straightforward fixes automatically while flagging complex items for manual judgment.

Do I need GitHub CLI to resolve pull request review comments systematically?

Yes, resolving pull request review comments systematically requires the GitHub CLI (gh) to fetch PR data and interact with your repository, alongside basic Git knowledge to manage branch changes.

How does comment triage work for GitHub pull requests?

Comment triage for GitHub pull requests works by classifying fetched review feedback into 'obvious' issues for automated code resolution and 'requires judgment' categories that invoke a secondary tool for complex decisions.

Can I generate conventional commits automatically when fixing PR issues?

Yes, you can generate conventional commits automatically when fixing PR issues. Once straightforward review comments are resolved, the workflow creates standardized commit messages to document the code changes.

What is the best way to streamline developer workflow for issue resolution on GitHub?

The best way to streamline developer workflow for issue resolution on GitHub is using a structured process that discovers, triages, and systematically addresses PR feedback to ensure no critical points are missed.