review-pr-3x

Run three review-pr workflow rounds on a single pull request with 10-minute pauses.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/cookeyholder/django-devcontainer-template --skill review-pr-3x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr-3x
Source: https://github.com/cookeyholder/django-devcontainer-template/tree/main/.agent/skills/review-pr-3x
Command: npx skills add https://github.com/cookeyholder/django-devcontainer-template --skill review-pr-3x

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the repetitive PR review workflow by executing three sequential review cycles on a single pull request, reducing manual effort and ensuring consistency.

Core Features & Use Cases

  • Repeats the full review-pr workflow for the same PR three times to surface feedback and track progress.
  • Enforces a 10-minute pause between rounds to allow CI results, updates, and checks to accumulate.
  • Validates for conflicts before committing and pushing changes, then reports status and results.

Quick Start

Target a PR and run review-pr-3x to perform three automated review rounds with 10-minute pauses.

Frequently Asked Questions about review-pr-3x

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

FAQPage Schema
How do I automate multi-round pull request reviews on GitHub?

Automating multi-round pull request reviews is achieved by sequentially executing the review-pr workflow three times on a single PR to surface feedback and track progress without manual effort.

Why does my automated PR review workflow need a 10-minute pause between rounds?

A 10-minute pause between automated PR review rounds allows sufficient time for CI results, pull request updates, and status checks to accumulate before validating for conflicts and proceeding to the next cycle.

Do I need the GitHub CLI to run automated PR review cycles?

Yes, you need the GitHub CLI (gh) installed and the existing review-pr logic configured, as the automation requires gh to coordinate execution rounds, pause intervals, conflict checks, and final status reporting.

Can I use this workflow to validate merge conflicts before pushing automated fixes?

Yes, the workflow validates for conflicts before committing and pushing changes during its automated pull request review rounds, ensuring that automated fixes are applied safely without overwriting concurrent updates.

What is the best way to run repeated feedback cycles on a single pull request?

The best way to run repeated feedback cycles is using an automated workflow that repeats the review-pr process three times on a single pull request, enforcing fixed interval pauses to recheck CI results and track progress.