review-loop

Automate iterative code review and correction for backend and frontend codebases.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill review-loop-fairy-pitta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-loop
Source: https://github.com/fairy-pitta/claude-dotfiles/tree/main/skills/review-loop
Command: npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill review-loop-fairy-pitta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the iterative process of code review and correction, ensuring all identified issues are resolved before proceeding.

Core Features & Use Cases

  • Automated Parallel Review: Executes backend and frontend code reviews concurrently using codex.
  • Iterative Correction: Automatically loops through review, correction, and re-review until all critical and major issues are resolved.
  • Use Case: When working on a complex feature, you can initiate /review-loop to have the AI continuously identify, suggest fixes for, and re-verify code quality issues until the codebase meets the defined standards.

Quick Start

Run the review-loop skill to automatically fix all code review issues in the current branch.

Frequently Asked Questions about review-loop

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

FAQPage Schema
How do I automate iterative code review and correction for my backend and frontend codebases?

Automated iterative code review runs parallel codex reviews on backend and frontend codebases, analyzes findings, applies fixes based on priority, and re-evaluates until all critical and major issues are resolved.

What is the best way to continuously run code reviews until all major issues are fixed?

Continuous code review automation loops through review, correction, and re-review cycles, automatically suggesting and applying fixes until your codebase meets defined quality standards or hits a maximum loop limit.

Can I execute backend and frontend code reviews in parallel?

Yes, parallel code review execution supports running multiple review categories for backend and frontend codebases concurrently using codex to identify issues simultaneously.

Does the automated code review loop stop automatically when critical issues are resolved?

The automated code review loop stops when all critical and major issues are resolved during re-evaluation, or it terminates upon reaching the configured maximum loop limit.

How does the iterative development review process handle issue prioritization?

The iterative development review process analyzes findings from parallel codex reviews, then suggests and applies fixes sequentially based on issue priority before re-evaluating the code.

What are the limitations of using an automated loop for code review?

Automated code review loops are limited by a maximum loop limit to prevent infinite cycles, meaning some minor issues might remain unresolved if the loop terminates before addressing them.