iterate-pr

Automate pull request CI check fixes and review comment resolution.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/gerokeller/iterate-pr-skill --skill iterate-pr-gerokeller
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iterate-pr
Source: https://github.com/gerokeller/iterate-pr-skill/tree/main/skills/iterate-pr
Command: npx skills add https://github.com/gerokeller/iterate-pr-skill --skill iterate-pr-gerokeller

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of iterating on a pull request to ensure all CI checks are green and all review comments are addressed, reducing manual effort and speeding up the merge process.

Core Features & Use Cases

  • CI Check Iteration: Automatically re-run failing CI checks and apply fixes if possible.
  • Review Comment Handling: Classify and respond to review comments autonomously.
  • Use Case: Use this Skill on a PR with flaky tests or unclear review feedback. It will automatically fix common issues, classify comments, and handle them accordingly until the PR is ready for merge.

Quick Start

To start iterating on a PR, use the iterate-pr skill within Claude Code.

Frequently Asked Questions about iterate-pr

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

FAQPage Schema
How do I automate pull request iteration for failing CI checks?

You can automate pull request iteration by running the iterate-pr skill within Claude Code. It automatically re-runs failing CI checks, applies fixes for common issues, and assesses PR readiness to reduce manual effort.

Can I autonomously resolve GitHub pull request review comments?

Yes, you can autonomously resolve GitHub pull request review comments. The skill classifies review feedback and responds to review threads automatically, handling them until the PR is ready for merge.

What do I need to automate PR resolution with Claude Code?

To automate PR resolution, you need the GitHub CLI (gh) and a plugin system like Claude Code for integration. These dependencies allow the skill to manage CI checks and review threads.

How does autonomous PR iteration handle flaky tests?

Autonomous PR iteration handles flaky tests by automatically re-running failing CI checks and applying fixes when possible. It continues iterating until all CI checks are green and the PR is ready.

What is the best way to classify and manage review feedback on a pull request?

The best way to classify and manage review feedback is using an autonomous PR iteration skill. It categorizes review comments and handles them accordingly, ensuring all feedback is addressed before merge.

Does automated PR iteration work without the GitHub CLI?

No, automated PR iteration does not work without the GitHub CLI. The skill explicitly requires the gh command-line tool and a plugin system like Claude Code to interact with pull requests and CI checks.