kramme:review-pr

Coordinate specialized agents to review GitHub pull requests and output structured summaries.

2|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-review-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kramme:review-pr
Source: https://github.com/Abildtoft/kramme-cc-workflow/tree/main/skills/kramme%3Areview-pr
Command: npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-review-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Comprehensive PR reviews are time-consuming and can miss edge cases when relying on a single reviewer. This Skill automates the process by coordinating multiple specialized agents to inspect different aspects of a PR, delivering faster, more thorough quality assessments.

Core Features & Use Cases

  • Multi-agent review: coordinates specialized analyses across comments, tests, errors, types, code, slop, removal, and simplification.
  • PR diff aware: loads the changed files from the PR and surfaces findings relevant to those changes.
  • Unified summary: aggregates findings into a structured overview ready for quick decision-making (REVIEW_OVERVIEW.md).
  • Customizable scope: allow focusing on specific aspects (e.g., tests and code-review only) as needed.

Quick Start

Run the /kramme:review-pr command to initiate a full PR quality review across all agents.

Frequently Asked Questions about kramme:review-pr

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

FAQPage Schema
How do I automate pull request reviews for GitHub diffs?

Automated PR reviews coordinate specialized agents to analyze GitHub pull request diffs, running multiple static analyses on changed files to surface findings across comments, tests, errors, and types. This delivers a structured, comprehensive quality assessment.

What is multi-agent code review and how does it work?

Multi-agent code review orchestrates specialized agents to inspect different aspects of a PR simultaneously, such as code structure, errors, types, and tests. It aggregates findings from these distinct analyses into a unified summary for quick decision-making.

How do I run a comprehensive code quality review on changed PR files?

Run the review-pr command to initiate a full quality review across all agents. The process loads changed files from the PR diff, applies multiple analyses, and outputs a structured overview document like REVIEW_OVERVIEW.md.

Can I focus automated code review on specific aspects like tests and types only?

Yes, the scope of the PR review is customizable. You can focus the agent orchestration on specific aspects, such as tests and code review only, rather than running the full suite of analyses on the git diff.

Does multi-agent static analysis require external dependencies to review code?

No external dependencies are required to run the multi-agent static analysis. The Skill operates independently to evaluate code quality, inspect comments, and aggregate findings into a structured summary.