impl-review

Check out a pull request branch, apply reviewer feedback, and push changes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/awfixers-stuff/browse --skill impl-review-awfixers-stuff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impl-review
Source: https://github.com/awfixers-stuff/browse/tree/main/.claude/skills/impl-review
Command: npx skills add https://github.com/awfixers-stuff/browse --skill impl-review-awfixers-stuff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates implementing reviewer feedback on a PR. It checks out the PR branch, applies reviewer-requested changes, runs preflight checks, commits, and pushes the fixes.

Core Features & Use Cases

  • Checkout a PR's branch and verify the PR is open.
  • Apply reviewer-requested changes exactly as specified, preserving history.
  • Run preflight checks and ensure changes pass formatting and tests.
  • Commit the changes in a new, clean commit and push to the PR branch.
  • Post a summary comment on the PR detailing what was addressed.

Quick Start

Provide the PR number to implement the reviewer feedback on the specified PR branch.

Frequently Asked Questions about impl-review

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

FAQPage Schema
How do I automatically implement GitHub PR review feedback?

To automatically implement GitHub PR review feedback, this Skill checks out the pull request branch, applies the requested changes, runs preflight checks, and pushes the updates directly to the remote repository.

Can I run preflight checks on a PR branch before pushing review fixes?

Yes, you can run preflight checks on a PR branch before pushing review fixes. The Skill automatically executes formatting and test validations to ensure changes pass before committing and pushing the updates.

What is the best way to address pull request comments without manual git commands?

The best way to address pull request comments without manual git commands is using an automated workflow that checks out the PR, applies specified reviewer changes, commits them in a clean commit, and pushes to the remote.

Does implementing review feedback automatically post a summary comment on the PR?

Yes, implementing review feedback automatically posts a summary comment on the PR. After checking out the branch, applying changes, and pushing the commit, the Skill details exactly what was addressed in a new PR comment.

What do I need to provide to start automating PR feedback implementation?

You need to provide the PR number to start automating PR feedback implementation. The Skill uses this number to verify the PR is open, check out the correct branch, apply changes, and push the resulting commit.