auto-review-fix

Automate iterative code review and fix loops across pull requests.

40.6k|2.9k|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/stablyai/orca --skill auto-review-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review-fix
Source: https://github.com/stablyai/orca/tree/main/.agents/skills/auto-review-fix
Command: npx skills add https://github.com/stablyai/orca --skill auto-review-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automated systems perform iterative code reviews and fixes across a codebase, reducing manual effort and speeding up PR maturation.

Core Features & Use Cases

  • Parallelized reviews: Spawns specialized agents to review changed files across categories.
  • Iterative validation: Repeats review-validate-fix up to a maximum number of iterations with skip tracking.
  • Autonomous fixes: Generates and applies fixes via dedicated subagents while maintaining crash-recovery state.

Quick Start

Trigger the auto-review-fix Skill on a PR to automatically start the 4-iteration, autonomous review and fix cycle.

Frequently Asked Questions about auto-review-fix

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

FAQPage Schema
How do I automate code review and fixes across multiple files in a pull request?

Automated code review and fixes across a pull request are handled by spawning parallel review agents for changed files, validating findings, and applying fixes iteratively until the codebase is clean or maximum iterations are reached.

What is an autonomous parallel code review loop?

An autonomous parallel code review loop is a workflow that spawns specialized agents to review changed files simultaneously, then iteratively validates and applies fixes via dedicated subagents while tracking skipped issues and recording iteration state for audit.

How do I run an iterative code review and fix cycle on a pull request?

Trigger the autonomous review Skill on a pull request to automatically start a 4-iteration cycle that reviews changed files in parallel, validates findings, and applies fixes until the codebase is clean or the maximum iterations are reached.

Does the automated code review workflow support crash recovery?

The automated code review workflow enforces a structured, crash-recoverable workflow that uses Task agents for reviews and fixes, tracks skipped issues, and records iteration state for audit.

Can I apply autonomous fixes to multiple changed files simultaneously?

Autonomous fixes are applied to multiple changed files simultaneously by spawning parallel review agents across categories and generating fixes via dedicated subagents while maintaining crash-recovery state.

What happens when the maximum number of review iterations is reached?

When the maximum number of iterations is reached, the iterative review-validate-fix cycle stops, leaving the codebase in its current state with skipped issues tracked and iteration state recorded for audit.