pr-review-loop

Detect new GitHub PR reviews, apply code fixes, and re-request reviews.

12|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/jiunbae/agent-skills --skill pr-review-loop
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: pr-review-loop
Source: https://github.com/jiunbae/agent-skills/tree/main/development/pr-review-loop
Command: npx skills add https://github.com/jiunbae/agent-skills --skill pr-review-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

PR ์ƒ์„ฑ ํ›„ ๋ฆฌ๋ทฐ๊ฐ€ ๋‹ฌ๋ฆด ๋•Œ๊นŒ์ง€ ๊ธฐ๋‹ค๋ฆฌ๊ณ , ๋ฆฌ๋ทฐ ๋‚ด์šฉ์„ ๋ถ„์„ํ•˜์—ฌ ํ•„์š”ํ•œ ๊ฒฝ์šฐ ์ž๋™์œผ๋กœ ์ˆ˜์ • ์‚ฌํ•ญ์„ ๋ฐ˜์˜ํ•˜๋Š” ๋ฃจํ”„๋ฅผ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.

Core Features & Use Cases

  • ๋ฆฌ๋ทฐ ๋Œ€๊ธฐ: ๋งˆ์ง€๋ง‰ ์ปค๋ฐ‹ ์ดํ›„ ์ƒˆ ๋ฆฌ๋ทฐ ์ฝ”๋ฉ˜ํŠธ ํƒ์ง€
  • ๋ฆฌ๋ทฐ ๋ถ„์„: Claude๊ฐ€ ๋ฆฌ๋ทฐ ๋‚ด์šฉ์„ ๋ถ„์„ํ•ด ์ˆ˜์ • ํ•„์š” ์—ฌ๋ถ€ ํŒ๋‹จ
  • ์ž๋™ ์ˆ˜์ •: ํ•„์š”ํ•œ ๊ฒฝ์šฐ ์ฝ”๋“œ ๋ณ€๊ฒฝ ๋ฐ ์ปค๋ฐ‹
  • ๋ฆฌ๋ทฐ ์žฌ์š”์ฒญ: ์ˆ˜์ • ํ›„ ์‹œ์Šคํ…œ์  ๋ฆฌ๋ทฐ ์žฌ์š”์ฒญ
  • ๋ฐ˜๋ณต ์‹คํ–‰: ์ˆ˜์ • ๋‚ด์šฉ์ด ์—†์„ ๋•Œ๊นŒ์ง€ ์ž๋™ ๋ฐ˜๋ณต

์–ธ์ œ ์‚ฌ์šฉ: PR ์ƒ์„ฑ ์งํ›„ ๋ฆฌ๋ทฐ ๋Œ€๊ธฐ ์š”์ฒญ ์‹œ ๋ฐ ์ž๋™ ๋ฆฌ๋ทฐ์–ด๊ฐ€ ๋Œ€๊ธฐ ์ค‘์ผ ๋•Œ ํ™œ์„ฑํ™”

Quick Start

PR ๋ฆฌ๋ทฐ ๋ฃจํ”„๋ฅผ ์‹œ์ž‘ํ•˜๊ธฐ ์œ„ํ•œ ๊ธฐ๋ณธ ํ๋ฆ„์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.

Frequently Asked Questions about pr-review-loop

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

FAQPage Schema
How do I automate PR reviews and apply fixes in a GitHub workflow?โ–ผ

Automate PR reviews by setting up a loop that detects new review comments, analyzes them with Claude, applies code fixes automatically, commits changes, and re-requests reviews until no modifications are needed. Integrates with gh CLI and supports configurable check intervals and retry limits.

Can I detect and respond to PR reviews automatically without manual intervention?โ–ผ

Yes. The PR review loop monitors for new comments after your last commit, analyzes review content to determine if changes are required, and automatically executes code edits and commits when needed, then notifies reviewers for another round.

What's the best way to set up a continuous PR review loop with git and GitHub?โ–ผ

Configure a review loop using gh CLI integration with CHECK_INTERVAL and MAX_ATTEMPTS settings. The system monitors your PR, fetches review comments, processes them through analysis logic, performs code modifications, pushes commits, and requests reviews iteratively until satisfied.

Does this work with any GitHub PR workflow or specific setups?โ–ผ

The PR review loop works with standard GitHub PR workflows. It requires gh CLI availability, proper reviewer selection configuration, and sufficient MAX_ATTEMPTS to handle iterative refinement cycles across commits and pushes.

When should I activate the PR review wait loop after creating a pull request?โ–ผ

Activate the loop immediately after creating your PR when you want to await automated reviews. The system continuously monitors for new review comments on the PR, analyzes them, and automatically refines code until reviewers approve or MAX_ATTEMPTS is reached.

What happens if the automated fixes don't resolve all review comments?โ–ผ

The loop respects MAX_ATTEMPTS as a safety limit. If reviews continue after reaching this threshold, the loop stops and alerts you. Manual review and intervention are then required to address remaining feedback or adjust the analysis and fix logic.