review-loop

Automate GitHub pull request reviews by monitoring CI/CD status and claude-review comments until merge conditions are met.

4|1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Cor-Incorporated/claude-code-skills --skill review-loop-cor-incorporated
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-loop
Source: https://github.com/Cor-Incorporated/claude-code-skills/tree/main/skills/review-loop
Command: npx skills add https://github.com/Cor-Incorporated/claude-code-skills --skill review-loop-cor-incorporated

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The review-loop Skill addresses the repetitive and manual process of checking Continuous Integration (CI) statuses and claude-review comments in pull requests, aiming to maintain PR readiness and quality without continuous manual intervention.

Core Features & Use Cases

  • Automated CI/CD Check: Automatically checks CI/CD statuses for pull requests.
  • Review Comments Analysis: Analyzes and categorizes review comments.
  • Looping Until Ready: Repeats the process until all conditions are met (CI green and claude-review LGTM).
  • Use Case: For development teams using GitHub, this skill can significantly reduce the time spent on checking PRs, ensuring they are ready for merge when the review process is complete.

Quick Start

/review-loop 218

Frequently Asked Questions about review-loop

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

FAQPage Schema
How do I automate GitHub pull request checks for CI status and code review comments?

To automate GitHub pull request checks, use a skill that monitors CI/CD statuses and claude-review comments. It repeats actions until CI is green and reviews give LGTM, ensuring PR readiness.

How do I keep a pull request ready for merge while waiting for CI/CD and code reviews?

Maintain PR readiness by running an automated review loop that continuously checks CI/CD statuses and categorizes review comments. It repeats until all merge conditions are met.

Does review-loop work with GitHub API and claude-review integration?

Yes, the review-loop requires GitHub API and claude-review integration to function. It uses these dependencies to monitor CI statuses and analyze review comments for merge readiness.

How do I loop continuous integration checks until a pull request is ready?

Loop continuous integration checks by automating the review process to monitor CI/CD status and review comments. It repeats until all conditions for merge are met, ensuring PR readiness.

What is the best way to automate code review status monitoring on GitHub pull requests?

The best way to automate code review monitoring is using a looping script that checks CI/CD statuses and claude-review comments until all merge conditions are satisfied.

Why does my automated CI/CD check stop before claude-review gives LGTM?

An automated CI/CD check stops if it is not configured to loop until all conditions are met. A proper review loop repeats until both CI is green and claude-review gives LGTM.