iterate-pr

Automate PR iteration to fix CI failures and address review feedback.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/promptlylabs/skills --skill iterate-pr-promptlylabs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: iterate-pr
Source: https://github.com/promptlylabs/skills/tree/main/plugins/promptly-skills/skills/iterate-pr
Command: npx skills add https://github.com/promptlylabs/skills --skill iterate-pr-promptlylabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Iterate on a PR until CI passes by automatically coordinating fixes, re-checks, and reviewer feedback.

Core Features & Use Cases

  • Automates the feedback-fix-push-wait cycle for pull requests.
  • Fetches CI status and surfaces failing checks with logs.
  • Collects and categorizes PR review feedback to guide targeted fixes.
  • Repeats the cycle until all checks pass, reducing manual back-and-forth.

Quick Start

Invoke this skill on a PR to automatically loop fixes until CI checks pass.

Frequently Asked Questions about iterate-pr

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

FAQPage Schema
How do I automate fixing CI failures on a pull request?▼

Automate fixing CI failures on a pull request by running a feedback-fix-push-wait cycle that fetches check statuses, surfaces failing logs, and applies fixes until all checks pass. This skill coordinates the entire iteration loop automatically.

How do I automatically address code review comments on a feature branch?▼

Address code review comments automatically by collecting and categorizing PR review feedback to guide targeted fixes. The skill loops through inline comments, applies changes, and pushes updates until reviewer feedback is resolved.

Do I need GitHub CLI to automate PR iteration and check CI status?▼

Yes, automating PR iteration requires GitHub CLI (gh) access to coordinate checks, reviews, and inline comments. The skill operates from the repository root and uses gh to drive the feedback-fix-push-wait cycle.

What is the best way to loop through CI checks and reviewer feedback until a PR passes?▼

The best way to loop through CI checks and reviewer feedback is to automate the iteration cycle using a skill that fetches failing check logs, categorizes review comments, applies fixes, and repeats until all PR checks pass.

Can I use continuous integration automation to fix failing checks across multiple feature branches?▼

Yes, continuous integration automation can fix failing checks across feature branches by coordinating PR checks, reviews, and inline comments from the repository root. The skill repeats the fix-push-wait cycle until all checks pass for the targeted PR.

Why does my automated PR iteration get stuck waiting for CI checks to pass?▼

Automated PR iteration can get stuck if CI checks fail repeatedly or reviewer feedback remains unresolved. The skill addresses this by fetching failing check logs and categorizing review comments to guide targeted fixes across the feedback-fix-push-wait cycle.