github-review-iteration

Orchestrate iterative GitHub pull request review loops with sub-agents.

47.5k|2.5k|Updated Jun 20, 2019
One-click install
npx skills add https://github.com/prisma/prisma --skill github-review-iteration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-review-iteration
Source: https://github.com/prisma/prisma/tree/main/skills-contrib/github-review-iteration
Command: npx skills add https://github.com/prisma/prisma --skill github-review-iteration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and agents (resource) components.

What problem does it solve?

This skill solves the bottleneck of manual GitHub pull request review management by orchestrating an automated loop that fetches, triages, and implements feedback until all actionable items are resolved.

Core Features & Use Cases

  • Automated Review Orchestration: Coordinates sub-agents to fetch state, triage comments, and implement code changes.
  • Intelligent Triage: Automatically categorizes review threads into actionable tasks versus rationale-based resolutions.
  • Use Case: When a large PR receives dozens of comments, use this skill to automatically triage the feedback, implement the necessary code changes, and resolve the threads, ensuring no review item is missed.

Quick Start

Run the github-review-iteration skill to iterate on the pull request at the provided URL until all review comments are addressed.

Frequently Asked Questions about github-review-iteration

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

FAQPage Schema
How do I automate GitHub pull request review iterations?

Automate GitHub pull request review iterations by orchestrating a loop that fetches review states, triages comments, and executes code changes until all review threads are cleared.

What is the best way to triage multiple pull request comments on GitHub?

Triage multiple pull request comments by categorizing review threads into actionable implementation tasks versus rationale-based resolutions using specialized sub-agents.

How does automated PR review feedback resolution work?

Automated PR review feedback resolution works by delegating triage and implementation tasks to sub-agents that fetch review states, generate action plans, and execute changes iteratively.

Do I need a structured environment to manage GitHub PR review loops?

You need a structured environment to manage GitHub PR review loops because it maintains state consistency across multiple execution cycles and stores review artifacts during the orchestration process.

Can I resolve all GitHub pull request threads without manual intervention?

You can resolve all GitHub pull request threads without manual intervention by running an automated orchestration loop that implements code changes until all actionable review items are addressed.

What are the limitations of automating GitHub pull request triage?

A limitation of automating GitHub pull request triage is that it requires a structured environment to manage review artifacts and maintain state consistency across multiple execution cycles.