iterate

Automate GitHub pull request iteration by monitoring CI, handling reviews, and addressing QA issues via gh CLI.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/djscrew1738/plumbprice --skill iterate-djscrew1738
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iterate
Source: https://github.com/djscrew1738/plumbprice/tree/main/.agents/skills/iterate
Command: npx skills add https://github.com/djscrew1738/plumbprice --skill iterate-djscrew1738

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manages the iterative process of a GitHub pull request, automating CI, code review, and QA until the PR is merge-ready.

Core Features & Use Cases

  • Automated PR Iteration: Continuously monitors and iterates on a GitHub PR, handling CI failures, review feedback, and QA.
  • CI Monitoring: Checks CI checks and retries flaky failures.
  • Review Handling: Manages review feedback and requests re-reviews as needed.
  • QA Handling: Manages QA reports and addresses issues.
  • Use Case: Ideal for organizations with a large number of PRs that require consistent monitoring and iteration.

Quick Start

Use the /iterate command to start iterating on a GitHub PR.

Frequently Asked Questions about iterate

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

FAQPage Schema
How do I automate GitHub PR iteration for CI, code review, and QA?

Automated PR iteration continuously monitors CI checks, manages review feedback, and addresses QA issues until the pull request is merge-ready. It automatically handles flaky CI failures and requests re-reviews as needed.

What is the best way to handle continuous code review and QA on a GitHub pull request?

The best way to handle continuous code review and QA is using an automated workflow that manages review feedback, addresses QA reports, and requests re-reviews as needed. This ensures consistent monitoring and iteration until the PR is fully merge-ready.

Do I need the gh CLI to automate pull request management?

Yes, you need the gh CLI to automate pull request management because the Skill requires gh for GitHub API interactions. The CLI handles the API calls necessary for monitoring CI, managing review feedback, and iterating on QA issues.

Can I use automated PR iteration for a large organization with many pull requests?

Yes, automated PR iteration is ideal for organizations with a large number of pull requests that require consistent monitoring. It automates the iterative process of CI, code review, and QA handling until each PR reaches a merge-ready state.

How does CI monitoring work when iterating on a GitHub PR?

CI monitoring during PR iteration checks continuous integration statuses and automatically retries flaky failures. It continuously evaluates CI checks alongside review feedback and QA reports to drive the pull request toward a merge-ready state.

When should I not use automated PR iteration for code review workflows?

You should not use automated PR iteration if your code review workflows do not utilize GitHub or require manual intervention for every CI, QA, or review step. The automated iteration process specifically targets GitHub PRs needing consistent monitoring until merge-ready.