review-fix

Automate iterative code review and fixes for Git-based projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual code reviews are time-consuming and error-prone. This skill automates repetitive review tasks by running eight parallel reviewer personas and automatically fixing quick issues, accelerating feedback and improving code quality.

Core Features & Use Cases

  • 8 parallel reviewer personas to evaluate changes
  • Auto-fix quick items and categorize strategic items for later decision
  • Iterative cycles with commit capability and backlog generation for strategic work
  • Suitable before PRs, after major refactors, and for iterative polish

Quick Start

Run the /review-fix command in your repository to start the automated review loop.

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 review and fixes for a pull request?

You can automate code review and fixes by running eight parallel reviewer personas that evaluate UI, architecture, and maintainability, applying iterative fixes until no quick-fix items remain or the maximum iterations are reached.

What is the best way to speed up quality assurance before a major PR?

The best way to speed up quality assurance is using an automated multi-agent loop that runs parallel reviewers to evaluate changes, auto-fixes quick items, and categorizes strategic items into a backlog for later decision.

How does iterative code review with automated fixes work?

Iterative code review with automated fixes works by aggregating findings from eight reviewer personas, enforcing a fix loop with optional auto-commit, and maintaining iteration state until no quick-fix items remain or the max iterations are reached.

Can I use automated code review for a Git project after major refactoring?

Yes, you can use automated code review for a Git project after major refactoring, as the system applies to any Git-based project requiring rapid thorough review across UI, architecture, and maintainability with iterative polish.

What are the limitations of automated multi-agent code review?

A limitation of automated multi-agent code review is that it stops fixing when no quick-fix items remain or the maximum iterations are reached, leaving strategic items uncategorized in a generated backlog for later manual decision.