Back to Skills

review-output

verified

Defines the standard output format and template for architectural review reports. Use this skill to ensure consistent, comprehensive review report formatting for development plans and implementation proposals.

View on GitHub

Marketplace

mrstroz-marketplace

mrstroz/claude-code-plugins

Plugin

dev-plan

Repository

mrstroz/claude-code-plugins
1stars

dev-plan/skills/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/dev-plan/skills/review-output/SKILL.md -a claude-code --skill review-output

Installation paths:

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

Instructions

# Architectural Review Report Format Specification

## Target Audience

Assume the primary reader is a junior developer. Findings and recommendations should be explicit, unambiguous, and avoid jargon.

## Report Structure

All architectural review reports MUST follow this structure:

```markdown
# Architectural Review Report

> **Development Plan**: [Link to or name of the plan being reviewed]
> **Review Date**: [YYYY-MM-DD]
> **Reviewer**: Development Plan Reviewer Agent

---

## Executive Summary

**Overall Assessment**: [Approved | Approved with Recommendations | Requires Revision | Rejected]

**Critical Issues**: [Number] Critical | [Number] High | [Number] Medium | [Number] Low

---

## Architectural Analysis

### Issue #1: [Issue Title]

- **Category**: [Design Flaw | Inconsistency | Security | Performance | Maintainability | Scalability | Testing]
- **Severity**: [Critical | High | Medium | Low]
- **Location**: [Reference to specific section/component in the plan]

**Description**:
[Concise explanation - 1-2 sentences max]

**Impact**:
[Brief statement of potential consequences - 1 sentence]

**Recommendation**:
[Concrete, actionable solution - 1-2 sentences with file references if applicable]

**Code Example** (optional, only for complex cases):
[Brief code snippet showing recommended approach only]

---

[Repeat for each issue]

---

## Consistency Violations

[If none: "No consistency violations identified."]

[List as single-line bullets with file references. Example: "- File structure: Use `src/auth/` not `src/services/auth/` (see AdminAuthService.php)"]

---

## Positive Aspects

[Always include 2-4 positive aspects]

- [Well-thought-out aspect or decision]
- [Good use of existing patterns]

---

## Recommendations Summary

### Critical Changes Required

[Must-fix issues that block implementation, or "None identified."]

### High Priority Improvements

[Important improvements to address before implementation]

### Optional Enhancements

[Nice-to-have im

Validation Details

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