handle-pr-review

Automate triage and resolution of GitHub PR review comments via GraphQL.

25|15|Updated Aug 2, 2021
One-click install
npx skills add https://github.com/JesusFilm/core --skill handle-pr-review-jesusfilm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handle-pr-review
Source: https://github.com/JesusFilm/core/tree/main/.cursor/skills/handle-pr-review
Command: npx skills add https://github.com/JesusFilm/core --skill handle-pr-review-jesusfilm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates the triage and resolution of GitHub PR review comments, reducing manual effort and accelerating code reviews.

Core Features & Use Cases

  • Identify a PR and fetch all unresolved review threads.
  • Classify threads into Fix, Challenge, or Skip and plan cohesive, end-to-end changes.
  • Apply fixes holistically, resolve threads, and post a concise summary.

Quick Start

Provide the PR URL or branch context and let the skill fetch unresolved threads, triage them, and propose fixes.

Frequently Asked Questions about handle-pr-review

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

FAQPage Schema
How do I automate GitHub PR review comment triage?

Automating GitHub PR review comment triage involves fetching unresolved threads, classifying them into Fix, Challenge, or Skip, and planning cohesive fixes. This skill automates that entire process end-to-end, applying fixes and resolving completed threads with a summary.

What's the best way to resolve multiple unresolved PR threads across repositories?

The best way to resolve multiple PR threads across repositories is using a structured triage workflow. This skill fetches unresolved threads via GraphQL, classifies them, applies holistic fixes, and posts a final summary while resolving completed threads automatically.

Can I automatically classify and fix pull request review feedback?

You can automatically classify and fix pull request review feedback by fetching unresolved threads and categorizing them into Fix, Challenge, or Skip. This skill plans and applies fixes holistically across multi-thread PRs, then posts a concise summary.

Does this PR review automation work with multi-thread pull requests?

Yes, this PR review automation works with multi-thread pull requests across repositories. It fetches unresolved review threads via GraphQL, classifies each thread, plans cohesive end-to-end changes, applies fixes, and resolves threads while posting a final summary.

How do I get started with automating pull request review fixes?

To get started automating pull request review fixes, provide the PR URL or branch context. The skill then fetches unresolved threads, triages them by classification, proposes fixes, applies them holistically, and posts a summary while resolving completed threads.

When should I not use automated PR review triage?

You should avoid automated PR review triage when reviewers require unstructured, conversational feedback handling rather than classified Fix, Challenge, or Skip workflows. This skill is designed for structured feedback handling, thread resolution, and summary reporting across multi-thread PRs.