pr-reviews

Automate pull request reviews by launching specialized agents on git diffs.

1|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/gannonh/kata-agents --skill pr-reviews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-reviews
Source: https://github.com/gannonh/kata-agents/tree/main/skills/pr-reviews
Command: npx skills add https://github.com/gannonh/kata-agents --skill pr-reviews

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates comprehensive PR reviews by coordinating specialized agents to assess code quality across multiple facets.

Core Features & Use Cases

  • Targeted review: Focus on specific aspects such as tests, errors, types, comments, or code; or perform a full review.
  • Workflow orchestration: Determine scope from git diff, launch agents in sequence or parallel, aggregate results, and produce an actionable plan.
  • Integration-ready: Provides a clear summary and recommended fixes that can feed into CI or PR processes.

Quick Start

Full review: /pr-reviews Targeted reviews: /pr-reviews tests errors, /pr-reviews comments, /pr-reviews simplify Parallel execution: /pr-reviews all parallel

Frequently Asked Questions about pr-reviews

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

FAQPage Schema
How do I automate pull request reviews for code quality?

Automate PR reviews by coordinating specialized agents to assess code changes from git diff, producing a summary and actionable fixes for CI integration.

Can I target specific aspects like test coverage and error handling in a PR review?

Targeted PR reviews can focus on specific aspects like test coverage, error handling, types, comments, or code simplification instead of running a full review.

What is the best way to run multiple PR review agents sequentially or in parallel?

PR review agents can run sequentially or in parallel to analyze changes, aggregate results, and present an actionable plan for your pull request.

How do specialized agents analyze git diff for code simplification?

Specialized agents analyze the git diff scope to identify code simplification opportunities, aggregating results into an actionable plan for the pull request.

Does this automated PR review workflow integrate with existing CI processes?

The automated PR review workflow provides clear summaries and recommended fixes that can feed directly into your existing CI or PR processes.

When should I use a full PR review instead of targeted aspect reviews?

Use a full PR review for comprehensive code quality assessment across all facets, or targeted aspect reviews when focusing on specific areas like tests or types.