impl-review

Implement code review feedback on pull requests with automated validation.

1|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/brave-experiments/brave-core-tools --skill impl-review-brave-experiments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impl-review
Source: https://github.com/brave-experiments/brave-core-tools/tree/main/.claude/skills/impl-review
Command: npx skills add https://github.com/brave-experiments/brave-core-tools --skill impl-review-brave-experiments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of addressing code review feedback on pull requests, ensuring changes are implemented efficiently and correctly.

Core Features & Use Cases

  • Automated Branch Checkout: Automatically checks out the correct branch for the PR.
  • Feedback Implementation: Guides the user to implement only the reviewer-requested changes.
  • Preflight Validation: Runs automated checks to ensure code quality and correctness after changes.
  • Commit & Push: Creates a new, clean commit for the addressed feedback and pushes it.
  • PR Commenting: Posts a summary of addressed feedback back to the PR.
  • Use Case: After receiving feedback on a pull request, use this skill to quickly apply the suggested changes, verify them with automated tests, and update the PR without manual Git commands or context switching.

Quick Start

Use the impl-review skill to address feedback on pull request number 12345.

Frequently Asked Questions about impl-review

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

FAQPage Schema
How do I automatically address pull request review feedback on GitHub?

Address pull request review feedback by checking out the relevant branch, applying reviewer-requested changes, running preflight checks, committing the updates, and pushing to the repository. It parses review comments to ensure all actionable feedback is implemented correctly.

Can I implement code review changes and run automated validation without manual git commands?

Yes, you can implement code review changes and run automated validation without manual git commands. The process guides you to apply suggested changes, verifies them with preflight checks, creates a clean commit, and pushes the updates automatically.

What is the best way to apply code review feedback and post a summary comment to a PR?

The best way to apply code review feedback and post a summary comment is to automate the workflow: checkout the PR branch, apply the requested changes, validate code quality, push the commit, and post a summary of addressed feedback directly to the PR.

Does this automated code review implementation work with any specific branch or pull request number?

Automated code review implementation works with a specified pull request number. It automatically checks out the correct branch associated with that PR, applies the reviewer-requested changes, and pushes the updates without requiring manual context switching.

How do I ensure addressed PR feedback adheres to coding standards before pushing?

Ensure addressed PR feedback adheres to coding standards by running preflight validation checks after applying the changes. This automated validation confirms code quality and correctness before creating a clean commit and pushing to the repository.

What are the limitations of automating pull request feedback implementation?

A limitation of automating pull request feedback implementation is that it parses review comments to identify actionable feedback, meaning ambiguous or conversational review comments might not be fully addressed without manual intervention to interpret the reviewer's intent.