code-review-arch

Validate PRD and API compliance through two-stage code reviews.

4|1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/poz110/claude-harness --skill code-review-arch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-arch
Source: https://github.com/poz110/claude-harness/tree/main/plugins/claude-harness/skills/code-review-arch
Command: npx skills add https://github.com/poz110/claude-harness --skill code-review-arch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of conducting thorough architecture compliance code reviews, ensuring that the implementation aligns with PRD and API specifications, while also maintaining high code quality.

Core Features & Use Cases

  • Two-Stage Review: Ensures compliance with specifications and code quality through a two-phase process.
  • Spec Compliance: Checks for completeness of PRD Must features, API endpoint coverage, and Interaction-Spec compliance.
  • Code Quality: Validates build and type checking, security baselines, and performance.
  • Use Case: Ideal for review agents to assess architecture compliance after the implementation phase.

Quick Start

Execute the code-review-arch skill to initiate the architecture compliance code review process.

Frequently Asked Questions about code-review-arch

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

FAQPage Schema
How do I validate architecture compliance and PRD specifications during a code review?

Architecture compliance code review validates PRD specifications and code quality through a two-phase sequential process. It ensures implementation aligns with API and interaction specifications while checking build, type, and security baselines.

What is the best way to automate PRD feature coverage and API endpoint checks for a pull request?

Spec compliance review checks completeness of PRD Must features and API endpoint coverage through a dedicated validation stage. This ensures the implementation adheres to required interaction specifications before final approval.

How does a two-phase code review workflow handle security and performance validation?

A two-phase code review workflow handles security and performance validation in its second stage. After spec compliance is verified, it evaluates code build status, type checking, and security baselines to ensure overall quality.

When do I need to run an architecture compliance review for my implementation?

Architecture compliance review is needed after the implementation phase to assess if the code meets architectural standards. It is ideal for review agents to evaluate whether the build adheres to PRD and API specifications.

Can I use this code review process to verify Interaction-Spec compliance and type checking?

Yes, this code review process verifies Interaction-Spec compliance during its specification validation stage and executes type checking during the code quality phase to ensure the implementation meets functional and structural requirements.

What are the limitations of a two-stage architecture compliance review?

The two-stage architecture compliance review is limited to validating PRD specs, API endpoints, interaction compliance, and code quality baselines like build and security. It does not support other custom review tasks outside these defined parameters.