fix-review

Automate PR review feedback into code changes with tests and fix-result.json.

107|81|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/fullsend-ai/fullsend --skill fix-review-fullsend-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-review
Source: https://github.com/fullsend-ai/fullsend/tree/main/internal/scaffold/fullsend-repo/skills/fix-review
Command: npx skills add https://github.com/fullsend-ai/fullsend --skill fix-review-fullsend-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates turning PR review feedback into concrete code changes on a GitHub pull request. It reads review notes, suggests minimal viable fixes, applies edits, runs tests and linters, and prepares a structured post-action output for traceability.

Core Features & Use Cases

  • Read and interpret PR review feedback to identify actionable changes.
  • Plan minimal, context-aware fixes that address reviewer intent without changing unrelated code.
  • Apply edits, run pre-commit checks, execute tests, and verify changes before pushing.
  • Produce a structured fix-output (fix-result.json) detailing actions taken, decisions, and outcomes.

Quick Start

Trigger the fix workflow on the target PR to automatically gather feedback, apply minimal changes, validate with tests, and emit a structured fix-output.

Frequently Asked Questions about fix-review

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

FAQPage Schema
How do I automatically fix code from GitHub PR review comments?

To automatically fix code from GitHub PR review comments, this skill reads review feedback, plans minimal viable fixes, applies edits, and runs tests and linters. It then generates a structured fix-result.json detailing actions taken and decisions made.

What is the best way to automate pull request code review feedback resolution?

Automating pull request code review feedback resolution involves orchestrating diff reading, planning context-aware fixes, and validating changes. This skill enforces workflow conventions and scans for secrets before pushing code, producing a structured output for traceability.

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

Yes, you can run tests and linters automatically after applying PR review fixes. The skill executes pre-commit checks and tests to verify changes before pushing, ensuring the minimal fixes address reviewer intent without breaking unrelated code.

Does automated PR fixing scan for secrets before pushing code changes?

Yes, automated PR fixing scans for secrets before pushing code changes. The skill enforces workflow conventions and performs secret scanning as part of its process, ensuring sensitive data is not introduced when applying edits from review feedback.

What limitations exist when automating fixes from PR review feedback?

A key limitation when automating fixes from PR review feedback is that the skill plans minimal viable fixes to address reviewer intent without changing unrelated code. It focuses on context-aware edits and produces a fix-result.json, rather than large-scale refactoring.

How do I trace the actions taken by automated PR review fixers?

To trace the actions taken by automated PR review fixers, this skill generates a structured fix-output file named fix-result.json. This file details the specific actions taken, decisions made, and outcomes achieved during the fix workflow.