claude-review-loop

Automate iterative code review and fix cycles with Claude Code reviewer sub-agent.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude-exec, and includes scripts (resource) components.

What problem does it solve?

The claude-review-loop Skill automates the process of code review and iterative fixes, saving time and reducing manual effort.

Core Features & Use Cases

  • Iterative Review: Automates a cycle of code review and feedback to address issues efficiently.
  • Triage and Fixing: Allows the user to prioritize and address issues, focusing on critical defects.
  • Verification: Ensures code quality by verifying fixes with linting and testing tools.
  • Use Case: When you need to ensure that a pull request is ready for merge by automating the review process and fixing identified issues.

Quick Start

Start the iterative review process for your pull request by running 'claude-review-loop'.

Frequently Asked Questions about claude-review-loop

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

FAQPage Schema
How do I automate code review and iterative fixes for a pull request?

Automate code review and iterative fixes by running the claude-review-loop process, which uses a reviewer sub-agent to analyze diffs and cycle through feedback until issues are resolved.

Can I verify code fixes with linters and tests during an automated review?

Yes, verification with linters and tests is integrated directly into the iterative review loop, ensuring that applied fixes pass quality checks before the cycle completes.

How does iterative code review prioritize critical defects in a diff?

Iterative code review prioritizes critical defects by triaging identified issues, allowing you to focus on addressing the most significant problems in the diff before proceeding to verification.

Do I need claude-exec to run AI-assisted code review loops?

Yes, claude-exec is required as a dependency to provide the review capabilities and sub-agent execution needed to automate the iterative code fixing process.

What is the best way to prepare a pull request for merge using AI-assisted review?

The best way to prepare a pull request for merge is automating the review process with iterative feedback loops, which addresses identified issues and verifies code quality through linting and testing.