pr-review-response

Detect PR type and orchestrate upstream review pipelines for validation.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/gcko/pendulum-of-despair --skill pr-review-response-gcko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-response
Source: https://github.com/gcko/pendulum-of-despair/tree/main/.claude/skills/pr-review-response
Command: npx skills add https://github.com/gcko/pendulum-of-despair --skill pr-review-response-gcko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates PR review workflows by detecting PR type and orchestrating upstream review pipelines, reducing manual triage and rework.

Core Features & Use Cases

  • Detect PR type (Story/Code/Mixed/Tooling/Docs) and route it to the appropriate validation path.
  • Run upstream review workflows (story-review-loop for story PRs, lint+test for code PRs) and summarize results.
  • Fetch, assess, and respond to reviewer comments, then guide fixes and handoffs to completion.

Quick Start

Invoke /pr-review-response <PR number or URL> to start the automated PR review workflow.

Frequently Asked Questions about pr-review-response

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

FAQPage Schema
How do I automate PR review responses for different pull request types?

You can automate PR review responses by detecting the PR type—such as Story, Code, Mixed, Tooling, or Docs—and routing it to an upstream validation pipeline that fetches comments and guides fixes. This reduces manual triage and rework across all pull request categories.

What is the best way to handle upstream code review workflows and comment assessment?

Handling upstream code review workflows involves fetching reviewer comments, assessing feedback, and running appropriate validations like lint and test for code PRs. The system then guides fixes, verifies changes, and manages handoffs to ensure a clean exit message.

How do I start an automated pull request review workflow?

To start an automated pull request review workflow, invoke the command with your specific PR number or URL. The system then automatically detects the PR type and orchestrates the appropriate validation and response steps.

Does the automated PR review tool work with documentation and tooling pull requests?

Yes, the automated PR review tool works with documentation and tooling pull requests. It detects five PR types—Story, Code, Mixed, Tooling, and Docs—and routes each to the appropriate validation path to ensure proper review and handoff.

Can I use this to run lint and test validations for code PRs?

Yes, you can use this to run lint and test validations specifically for code PRs. The workflow detects when a pull request is code-focused and runs the upstream code review pipeline to assess comments and verify fixes.

What happens after the automated PR review assesses reviewer comments?

After assessing reviewer comments, the automated PR review workflow guides the implementation of fixes and performs verification. It then completes the process with a handoff step to ensure a clean exit message.