review-fix

Automate iterative code review and fix-forward workflows on GitHub branches.

1|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/marcuskrogh/skills --skill review-fix-marcuskrogh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-fix
Source: https://github.com/marcuskrogh/skills/tree/main/skills/review-fix
Command: npx skills add https://github.com/marcuskrogh/skills --skill review-fix-marcuskrogh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the manual ping-pong between reviewing code and implementing fixes by automating the entire feedback loop until the code is clean.

Core Features & Use Cases

  • Automated Review Loop: Executes a multi-axis review (Spec, Correctness, Integration, Architecture, Standards) and automatically applies fixes for blockers.
  • Fix-Forward Workflow: Operates directly on the existing delivery branch, ensuring continuous progress without opening redundant PRs.
  • Use Case: After pushing a feature, invoke this skill to have the agent identify issues, apply necessary code changes, and re-verify until the PR is ready for final shipment.

Quick Start

Invoke the review-fix skill by providing the issue key to initiate the automated review and fix-forward process.

Frequently Asked Questions about review-fix

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

FAQPage Schema
How do I automate the code review and fix process for pull requests?

An automated review loop checks code across multiple axes like correctness and architecture, then applies fix-forward changes directly to the existing branch until all blockers are resolved.

How does a fix-forward workflow handle code remediation without opening new pull requests?

A fix-forward workflow operates directly on the existing delivery branch, applying necessary code changes and re-verifying them in place to ensure continuous progress without creating redundant pull requests.

Do I need GitHub and project tracker access to automate pull request remediation?

Yes, automated pull request remediation requires authenticated access to GitHub and your project tracker to manage PR states and issue comments throughout the workflow.

What is a multi-axis quality assurance review for software delivery?

A multi-axis quality assurance review evaluates pull requests across Spec, Correctness, Integration, Architecture, and Standards to identify blocking issues for automated remediation.

How do I initiate an automated review loop for a specific development task?

Initiate the automated review loop by providing the issue key to trigger the agent, which then analyzes code, applies fixes, and re-verifies until the pull request is ready for shipment.

Can automated code remediation completely replace manual pull request reviews?

Automated code remediation eliminates the manual feedback ping-pong by iteratively applying fixes for blocking issues, preparing the pull request for final shipment without replacing the initial review.