review-triage-phase

Generate structured JSON review action plans from GitHub pull request comments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the bottleneck of manually processing large volumes of GitHub PR review comments by automating the creation of a structured, actionable review plan.

Core Features & Use Cases

  • Canonical Action Planning: Automatically generates a structured JSON scaffold from raw review state, ensuring every comment is tracked and categorized.
  • Automated Triage Workflow: Decomposes complex, multi-finding review bodies into individual, actionable items and enforces a clear decision-making process.
  • Linear Integration: Facilitates the deferral of non-critical work by linking review comments directly to Linear issues, keeping the PR focused and clean.

Quick Start

Run the review-triage-phase skill by providing the PR URL and your desired output directory to generate the initial review action plan.

Frequently Asked Questions about review-triage-phase

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

FAQPage Schema
How do I automate GitHub pull request review triage for large volumes of comments?

Automating GitHub pull request review triage involves parsing raw review threads and comments to generate a structured JSON action plan. This process categorizes every finding into a canonical review action, ensuring all feedback is tracked and resolved.

What is the best way to track deferred GitHub PR review comments in Linear?

Tracking deferred PR review comments in Linear is achieved by linking non-critical review findings directly to Linear issues during the triage process. This integration keeps the pull request focused while ensuring deferred items are actively managed.

How does automated code review triage decompose multiple findings into actionable items?

Automated code review triage decomposes complex review bodies by breaking them down into individual, actionable items. It enforces a deterministic decision-making process, rendering the results into a structured markdown format for implementer consumption.

Do I need a specific environment to generate structured JSON action plans from GitHub PR reviews?

Generating structured JSON action plans from GitHub PR reviews requires providing the PR URL and a desired output directory. The environment must support schema validation to ensure the canonical review actions are properly formatted and tracked.

Can I enforce schema validation on GitHub pull request review actions during triage?

Enforcing schema validation on GitHub pull request review actions is a core function of automated triage. It ensures the generated JSON-based action plan maintains structural integrity, coordinating review threads and automated bodies into valid outputs.

Why should I use automated triage for GitHub pull request workflows instead of manual processing?

Automated triage for GitHub pull request workflows eliminates the bottleneck of manually processing large volumes of review comments. It automatically generates a structured, actionable review plan, ensuring deterministic markdown rendering and consistent tracking.