iterate-pr

Automate Pull Request review comment resolution through triage, planning, implementation, and verification.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill iterate-pr-fairy-pitta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iterate-pr
Source: https://github.com/fairy-pitta/claude-dotfiles/tree/main/skills/iterate-pr
Command: npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill iterate-pr-fairy-pitta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing PR review comments, ensuring that no feedback is overlooked and that the review cycle is completed efficiently.

Core Features & Use Cases

  • Automated Triage: Classifies and judges the validity of PR comments using an agent.
  • Plan Generation: Creates detailed implementation plans for addressing comments.
  • Codex Review Loop: Iteratively refines the implementation plan with Codex until it's approved.
  • Automated Implementation & Verification: Executes the plan using Codex or Claude Code, followed by cross-verification.
  • Post-Fix Actions: Automatically replies to comments, updates review skills, and pushes changes.
  • Use Case: When a PR receives multiple review comments, this Skill can automatically triage them, generate a plan to fix them, get the plan approved by Codex, implement the fixes, and then push the changes, all while ensuring proper follow-up actions are taken.

Quick Start

Initiate the PR comment resolution process by running the iterate-pr skill.

Frequently Asked Questions about iterate-pr

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

FAQPage Schema
How do I automate GitHub PR review comment resolution end-to-end?

You can automate GitHub PR review comment resolution by using a skill that triages feedback, generates implementation plans, executes code fixes, and pushes changes automatically. This orchestrates the entire review cycle from classification to verification.

How does automated PR comment triage and classification work?

Automated PR comment triage works by using an agent to classify review feedback into categories like bugs, scope-outs, or non-actionable comments. This ensures all feedback is addressed through code modification, issue creation, or direct reply.

Can I use Codex to iteratively review and implement PR fixes?

Yes, you can use Codex to iteratively review generated implementation plans until approved, and then execute the automated code implementation. This is followed by cross-verification to ensure the PR fixes are correctly applied.

What is the best way to handle non-actionable PR comments automatically?

The best way to handle non-actionable PR comments is through automated triage that identifies them and ensures proper follow-up. The system automatically replies to these comments, updates review skills, and pushes changes without manual intervention.

Do I need to manually verify code changes after automating PR fixes?

No, manual verification is not needed after automating PR fixes. The workflow includes automated cross-verification immediately following the code implementation phase, ensuring the changes meet the requirements before pushing.

What follow-up actions are performed after resolving PR review comments?

After resolving PR review comments, the system automatically performs post-fix actions including replying to comments, updating review skills, pushing changes to GitHub, and updating the knowledge base to streamline future cycles.