fix-review

Analyze pull request review comments, implement fixes, run tests, and commit changes.

Updated May 31, 2026
One-click install
npx skills add https://github.com/ascerra-fullsend-rehearsal/fullsend --skill fix-review-ascerra-fullsend-rehearsal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-review
Source: https://github.com/ascerra-fullsend-rehearsal/fullsend/tree/main/internal/scaffold/fullsend-repo/skills/fix-review
Command: npx skills add https://github.com/ascerra-fullsend-rehearsal/fullsend --skill fix-review-ascerra-fullsend-rehearsal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, make, pre-commit, scan-secrets, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of addressing code review feedback in pull requests, significantly reducing the time and effort required for code review.

Core Features & Use Cases

  • Review Feedback Analysis: Analyzes review comments and determines the necessary fixes.
  • Code Changes: Implements the required changes in the code.
  • Testing and Verification: Runs tests and linters to verify the changes.
  • Committing Changes: Commits the changes to the pull request.
  • Structured Output: Generates a structured JSON output file for the review process.

Quick Start

Run the fix-review skill with the PR number and let it automate the code review process.

Frequently Asked Questions about fix-review

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

FAQPage Schema
How do I automate addressing code review feedback in GitHub pull requests?

To automate addressing code review feedback in GitHub pull requests, you can use a Skill that analyzes PR comments, implements fixes, runs tests, and commits changes directly to the repository.

What tools do I need to automate code fixing for pull requests?

Automating code fixing for pull requests requires Git, GitHub CLI, Make, pre-commit, and scan-secrets installed in your environment to analyze comments, apply changes, and verify tests.

Can I automatically run tests and linters after applying PR review fixes?

Yes, you can automatically run tests and linters after applying PR review fixes to verify the changes before committing them back to the pull request branch.

How does PR automation handle code review comments?

PR automation handles code review comments by analyzing the feedback, determining the necessary code changes, implementing those fixes, and generating a structured JSON output file documenting the review process.

What is the best way to streamline the code review process for multiple PRs?

The best way to streamline the code review process for multiple PRs is automating feedback analysis and code changes, which reduces manual effort by running tests and committing verified fixes automatically.

Are there limitations to automating code review fixes with pre-commit hooks?

Automating code review fixes with pre-commit hooks depends on dependency compatibility and proper configuration, meaning complex or ambiguous review comments may still require manual intervention to resolve correctly.