resolve-review

Fetch GitHub PR review comments, apply fixes, commit each, and run tests.

5|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/TalonT-Org/AutoSkillit --skill resolve-review-talont-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-review
Source: https://github.com/TalonT-Org/AutoSkillit/tree/main/src/autoskillit/skills/resolve-review
Command: npx skills add https://github.com/TalonT-Org/AutoSkillit --skill resolve-review-talont-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of addressing feedback from code reviews on GitHub Pull Requests, saving developers time and ensuring code quality.

Core Features & Use Cases

  • Automated Fix Application: Fetches review comments and applies fixes for actionable findings.
  • Commit Management: Commits each fix separately with descriptive messages.
  • Regression Testing: Verifies that fixes do not introduce new test failures.
  • Use Case: After a code review flags several issues in a feature branch, this Skill can automatically implement the suggested changes, commit them, and run tests, preparing the PR for re-review.

Quick Start

Use the resolve-review skill to apply fixes for the current pull request on the main branch.

Frequently Asked Questions about resolve-review

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

FAQPage Schema
How do I automate fixes for GitHub pull request review comments?

To automate fixes for GitHub pull request review comments, this Skill fetches actionable findings from PR comments, targets specific files and lines, and applies the necessary code changes individually.

Can I automatically run tests after applying code review fixes to a PR?

Yes, you can automatically run tests after applying code review fixes. This Skill executes regression testing immediately after committing individual fixes to verify that no new test failures are introduced.

How are automated PR review fixes committed back to the feature branch?

Automated PR review fixes are committed back to the feature branch individually. This Skill applies each fix separately and generates descriptive commit messages for every change before pushing.

Does this automated code review fixer work with recipe orchestration workflows?

Yes, this automated code review fixer works with recipe orchestration workflows. It is specifically designed to be triggered after a review indicates changes are needed within a larger automation pipeline.

What is needed to start automating pull request review fixes on GitHub?

To start automating pull request review fixes on GitHub, you need a pull request with existing review comments. The Skill targets the current pull request branch to fetch, apply, and test the requested changes.