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 GitHubmrstroz/claude-code-plugins
pr-review
January 21, 2026
Select agents to install to:
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-outputInstallation paths:
.claude/skills/pr-review-output/# 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