pr-loop

Automate PR review and repair with iterative bot triage and verification.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill pr-loop-antigravityos187-sketch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-loop
Source: https://github.com/antigravityos187-sketch/universal-or-strategy/tree/main/.bob/skills/pr-loop
Command: npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill pr-loop-antigravityos187-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires poll_all_bots.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing and repairing Pull Requests (PRs) in a software development workflow, reducing manual effort and ensuring code quality.

Core Features & Use Cases

  • Automated PR Review: Iteratively triages bot findings, repairs confirmed issues, and verifies until all bots are green.
  • Signal Extraction: Uses poll_all_bots.py for OKF-filtered 8-bot signal extraction.
  • Manual and Automated Use: Can be used manually for single PRs and as the inner loop of Phase 7 wave-orch-phase7-lane workers.
  • Use Case: Ideal for teams that need to automate the review process to maintain high-quality code standards.

Quick Start

Run the PR review and repair loop for a specific PR number using the command: /pr-loop <PR_NUMBER>

Frequently Asked Questions about pr-loop

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

FAQPage Schema
How do I automate pull request review and code repair?

Automated PR review iteratively triages bot findings, repairs confirmed code issues, and verifies until all bots are green. This loop reduces manual effort and ensures code quality in a software development workflow.

What is bot triage in an automated PR review process?

Bot triage in automated PR review involves extracting filtered signals from multiple bots, identifying confirmed issues, and iteratively repairing the code until all verification checks pass and bots report green status.

How do I run an automated PR review loop for a specific pull request?

Run the automated PR review and repair loop by executing the command with a specific PR number. The process handles iterative bot triage, code repair, and verification until all bots are green.

Do I need poll_all_bots.py to extract signals for PR review?

Yes, poll_all_bots.py is required for OKF-filtered 8-bot signal extraction. This script enables the automated PR review loop to gather findings and triage issues before code repair and verification.

Can I use automated PR repair for a single pull request instead of batch processing?

Yes, automated PR repair supports manual use for single PRs as well as automated use as the inner loop of wave-orchestration workers. Both use cases handle iterative triage, repair, and verification.

What are the limitations of automated PR review and repair loops?

Automated PR review loops depend on poll_all_bots.py for signal extraction and require bots to provide actionable findings. The repair process iterates until bots are green, but may need manual intervention for unresolvable complex issues.