review-fix

Run eight parallel code reviewers and apply quick fixes.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/swallville/tax-calculator --skill review-fix-swallville
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-fix
Source: https://github.com/swallville/tax-calculator/tree/main/.claude/skills/review-fix
Command: npx skills add https://github.com/swallville/tax-calculator --skill review-fix-swallville

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates automated code review cycles, spawning multiple reviewers to surface issues, automatically fix quick items, and surface strategic items for human decision.

Core Features & Use Cases

  • Parallel reviewer agents (8) analyze changes and propose fixes
  • Quick-fix automation with auto-commit support
  • Strategic items aggregation for backlog planning
  • Iteration-driven loop with state persistence across cycles

Quick Start

Start the iterative automated review loop on the current branch.

Frequently Asked Questions about review-fix

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

FAQPage Schema
How do I automate code reviews with parallel AI agents?

Automated code review uses parallel agents to analyze changes and propose fixes. This Skill runs eight reviewers concurrently to surface issues, apply quick fixes, and collect strategic items for backlog planning.

How does parallel code review work during feature development?

Parallel code review works by spawning eight reviewer agents that analyze your branch changes simultaneously. It applies quick fixes automatically and aggregates strategic items into a structured JSON output for backlog planning.

Can I control auto-commit and base-commit comparisons in an automated review loop?

Yes, automated review loops support auto-commit control and base-commit comparisons. You can parameterize iterations and persist state across cycles to manage fixes against a specific base commit.

What is the best way to separate quick fixes from strategic backlog items in PR preparation?

The best way to separate quick fixes from strategic items is using an automated review loop that categorizes issues. It automatically applies trivial fixes while aggregating strategic decisions into a structured JSON output.

Do I need dependencies to run parameterized iteration loops for code reviews?

No dependencies are required to run parameterized iteration loops for code reviews. The Skill operates independently to persist state across cycles and manage parallel reviewers without external components.