review-workflow

Analyze GitHub pull requests and post structured inline review comments.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/pwretmo/deep-underworld --skill review-workflow-pwretmo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-workflow
Source: https://github.com/pwretmo/deep-underworld/tree/main/.github/skills/review-workflow
Command: npx skills add https://github.com/pwretmo/deep-underworld --skill review-workflow-pwretmo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reading and coordinating PR reviews can be error-prone and slow. This skill standardizes PR reviews using GitHub MCP tools to read diffs, gather reviews, and post inline comments while enforcing agent-reviewed and agent-approved labeling.

Core Features & Use Cases

  • Reading PRs: fetch PR title, description, diff, and changed files.
  • Review governance: poll reviews and comments for blocking Copilot feedback.
  • Thread resolution: resolve blocking threads via SKILL.md guidance and optional GitHub GraphQL resolution.
  • Label management: automatically apply agent-reviewed and agent-approved labels when review is complete.
  • Use case: ensure PRs with linked issues meet all requirements before merge.

Quick Start

Run this skill to guide a GitHub PR review by reading the PR, evaluating reviews, and applying agent-reviewed labels.

Frequently Asked Questions about review-workflow

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

FAQPage Schema
How do I automate GitHub PR reviews with inline comments?

Automating GitHub PR reviews involves reading diffs and posting structured inline comments to standardize feedback. This skill uses GitHub MCP tools to fetch pull request details, evaluate reviews, and apply agent-reviewed labels to ensure compliant code governance.

What is the best way to resolve blocking Copilot feedback threads on a pull request?

Resolving blocking Copilot feedback threads requires checking review comments and applying resolution guidance. This skill polls for blocking Copilot feedback and resolves threads via dedicated SKILL.md guidance and optional GitHub GraphQL resolution.

Can I automatically apply agent-approved labels to GitHub PRs after review?

Automatically applying agent-approved labels to GitHub PRs is supported when review governance criteria are met. The skill evaluates reviews and enforces labeling rules to apply agent-reviewed and agent-approved labels upon completion.

How do I check if a PR has linked issues before approving a merge?

Checking if a PR has linked issues before approval involves verifying issue completeness within the pull request governance workflow. This skill sifts GitHub PRs to ensure requirements for linked issues are satisfied before final approval.

Does this PR review workflow require specific GitHub MCP dependencies?

This PR review workflow does not require specific external dependencies to function. It operates standalone using GitHub MCP tools to read diffs, collect reviews, and post structured inline comments directly within your repository.