review-pr

Coordinate specialized agents to review code changes and tests before merging.

3|Updated Jul 13, 2020
One-click install
npx skills add https://github.com/nieomylnieja/dotfiles --skill review-pr-nieomylnieja
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/nieomylnieja/dotfiles/tree/main/config/agents/skills/review-pr
Command: npx skills add https://github.com/nieomylnieja/dotfiles --skill review-pr-nieomylnieja

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill orchestrates a comprehensive PR review by coordinating specialized agents to examine code changes, tests, and documentation before merging, reducing manual review toil and accelerating feedback.

Core Features & Use Cases

  • Orchestrates multi-aspect PR reviews (comments, tests, errors, types, code, simplify, spec, all).
  • Builds and enforces a review workflow: initialize metadata, extract requirements, determine applicable checks, launch agents, aggregate findings, persist results, and optional GitHub posting.
  • Supports deterministic reproducibility via the provided review-meta.sh script and standardized outputs for auditability.

Quick Start

Invoke the review-pr skill to start a comprehensive PR review for the current branch.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate code review for my pull requests?

Automated PR review coordinates specialized agents to examine code changes, tests, and documentation, reducing manual toil before merging.

Can I use GitHub to post automated PR review findings?

Yes, the automated PR review workflow supports optional GitHub posting of structured findings directly through the dedicated pr-review skill.

What aspects of a pull request can be reviewed automatically?

The PR review process can orchestrate multiple aspects including comments, tests, errors, types, code simplification, and specification checks.

Do I need gh and git installed to run an automated PR review?

Yes, the PR review workflow requires gh, git, and jq dependencies to extract requirements, run checks, and persist results deterministically.

How does agent orchestration work for PR reviews?

Agent orchestration builds a review workflow by initializing metadata, extracting requirements, determining applicable checks, launching agents, and aggregating structured findings.

Are automated PR review results reproducible for auditing?

Yes, the PR review workflow ensures deterministic reproducibility via the review-meta.sh script and generates standardized outputs for auditability.