workflow-reviewer-loop

Automate GitHub PR review and CI verification workflows.

9|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/lhpaul/ai-dev-framework-template --skill workflow-reviewer-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-reviewer-loop
Source: https://github.com/lhpaul/ai-dev-framework-template/tree/main/.codex/skills/workflow-reviewer-loop
Command: npx skills add https://github.com/lhpaul/ai-dev-framework-template --skill workflow-reviewer-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill automates the PR review and CI loop to move code changes toward readiness by executing the standard reviewer steps and CI checks automatically until human review is needed or escalation occurs.

Core Features & Use Cases

  • Automated PR review loop: run automated review, regression labeling, and CI checks for PRs.
  • Escalation and labeling: apply fix labels and update PR readiness per protocol.
  • Progress tracking: maintain an issue ledger of blocking findings and post final summary.

Quick Start

Initiate the automated reviewer loop on the current branch's PR and allow it to run until it passes review or escalation is required.

Frequently Asked Questions about workflow-reviewer-loop

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

FAQPage Schema
How do I automate the GitHub PR review and CI loop?

Automate the GitHub PR review and CI loop by running a multi-step workflow that executes automated reviews, applies regression labels, and performs CI checks until code changes pass or require human escalation.

What is an automated reviewer loop for pull requests?

An automated reviewer loop for pull requests is a workflow that continuously runs automated code reviews and CI checks, dispatches fixers for blocking findings, and updates PR readiness labels until changes are ready for human review.

How do I track blocking issues found during automated PR review?

Track blocking issues found during automated PR review by maintaining an issue ledger throughout the workflow, which records findings and posts a final summary to ensure all blockers are resolved before readiness labeling.

Can I use automated CI checks and regression labeling for my repository workflows?

Yes, you can apply automated CI checks and regression labeling to repository workflows by running scripts that reference repository-wide rules, dispatch fixers, and update PR readiness per established protocols.

When does the automated PR review loop stop running?

The automated PR review loop stops running when the code changes pass all automated review and CI checks, or when escalation is required and human intervention is needed to resolve blocking findings.

Does the automated PR workflow require specific scripts to function?

Yes, the automated PR workflow executes a multi-step process using scripts located in the scripts/development-workflow directory to reference repository-wide rules and dispatch fixers for continuous CI verification.