Back to Skills

pr-review-output

verified

Defines the standard output format for aggregated PR review reports. Use this skill to format the combined output from all review agents into a unified, actionable report.

View on GitHub

Marketplace

mrstroz-marketplace

mrstroz/claude-code-plugins

Plugin

pr-review

Repository

mrstroz/claude-code-plugins
1stars

pr-review/skills/pr-review-output/SKILL.md

Last Verified

January 21, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/mrstroz/claude-code-plugins/blob/main/pr-review/skills/pr-review-output/SKILL.md -a claude-code --skill pr-review-output

Installation paths:

Claude
.claude/skills/pr-review-output/
Powered by add-skill CLI

Instructions

# PR Review Output Format

This skill standardizes the format of PR review reports that aggregate findings from multiple specialized agents.

## Report Structure

The final PR review report MUST follow this structure:

```markdown
# PR Review Report

**PR/Changes:** [Branch name or PR title]
**Reviewed:** [Date]
**Agents Used:** [List of agents that ran]

---

## Executive Summary

**Overall Verdict:** โœ… Approved | โš ๏ธ Approved with Comments | ๐Ÿ”ถ Changes Requested | โŒ Blocked

**Risk Level:** ๐ŸŸข Low | ๐ŸŸก Medium | ๐ŸŸ  High | ๐Ÿ”ด Critical

| Category | Issues | Critical | High | Medium | Low |
|----------|--------|----------|------|--------|-----|
| Architecture | X | X | X | X | X |
| Code Quality | X | X | X | X | X |
| Bugs | X | X | X | X | X |
| Requirements | X | X | X | X | X |
| Security | X | X | X | X | X |
| Tests | X | X | X | X | X |
| Performance | X | X | X | X | X |
| **Total** | **X** | **X** | **X** | **X** | **X** |

### Key Findings
1. [Most critical finding - one sentence]
2. [Second most critical]
3. [Third most critical]

---

## Critical & High Priority Issues

[Only issues with Critical or High severity, grouped and deduplicated]

### ๐Ÿ”ด Critical Issues (Must Fix)

#### [CATEGORY-XXX] Issue Title
**Agent:** [Which agent found this]
**Location:** `file/path.ts:line_number`

[Issue description]

**Fix:**
```[language]
// solution code
```

---

### ๐ŸŸ  High Priority Issues (Should Fix)

[Same format as Critical]

---

## Medium & Low Priority Issues

[Collapsed or summarized for readability]

### ๐ŸŸก Medium Priority (X issues)

| ID | Issue | Location | Agent |
|----|-------|----------|-------|
| CLEAN-001 | Variable naming | `src/file.ts:42` | Code Cleaner |
| ... | ... | ... | ... |

### ๐ŸŸข Low Priority (X issues)

[Same table format]

---

## Positive Observations

What the code does well:

- โœ… [Positive aspect from Architect]
- โœ… [Positive aspect from Code Cleaner]
- โœ… [Positive aspect from Tests]

---

## Recommended Actions

### Before Merge (R

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
3741 chars