fix-pr-review

Classify modified files and apply targeted fixes to PR review comments.

126|41|Updated Aug 4, 2018
One-click install
npx skills add https://github.com/hiromaily/go-crypto-wallet --skill fix-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-pr-review
Source: https://github.com/hiromaily/go-crypto-wallet/tree/main/.claude/skills/fix-pr-review
Command: npx skills add https://github.com/hiromaily/go-crypto-wallet --skill fix-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates addressing PR review comments by selecting the appropriate development skill based on modified files.

Core Features & Use Cases

  • Classifies changed files to determine the necessary development skill (go-development, typescript-development, solidity-development, shell-scripts, makefile-update, db-migration, docs-update).
  • Loads the corresponding skill and applies targeted fixes to review comments.
  • Verifies changes and prepares commits for push back to the PR, accelerating the review cycle.

Quick Start

Provide the PR number and repository context to trigger automated skill selection and generate fixes. Example: PR #12345 in the target repo.

Frequently Asked Questions about fix-pr-review

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

FAQPage Schema
How do I automate addressing pull request review comments across multiple languages?

Automating PR review comments involves classifying changed files to load the correct development skill, applying targeted fixes to the review feedback, and pushing updates back to the repository.

What's the best way to automate code review fixes for Go and TypeScript pull requests?

Automating code review fixes requires classifying modified files by language to select the appropriate development skill, applying the necessary corrections, verifying the changes, and preparing the commit for push.

Does this automated PR review workflow support Solidity and Shell script changes?

Yes, the automated PR review workflow supports Solidity and Shell scripts by classifying the modified files and loading the corresponding solidity-development or shell-scripts skill to apply fixes.

Can I automatically classify changed files and load specific skills for documentation updates?

Yes, you can automatically classify changed files to trigger the docs-update skill, which applies targeted fixes to documentation review comments, verifies the changes, and prepares the commit.

How do I trigger automated PR fixes after providing the repository context?

Triggering automated PR fixes requires providing the PR number and repository context, which initiates skill selection based on modified files, applies fixes to review comments, and pushes updates.

What are the limitations of automating PR review fixes for Makefile updates and database migrations?

Automation for Makefile updates and database migrations is limited to classifying changed files, loading the makefile-update or db-migration skill, applying fixes, running verification, and pushing commit updates.