code-review

Identify architectural and quality issues in changed files against SOLID and ADR rules.

39|6|Updated May 3, 2026
One-click install
npx skills add https://github.com/cenconq25/claude-code-app-studio --skill code-review-cenconq25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/cenconq25/claude-code-app-studio/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/cenconq25/claude-code-app-studio --skill code-review-cenconq25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews architectural quality and coding standards for code changes, preventing regressions and ADR drift.

Core Features & Use Cases

  • Static assessment of changed files against project rules (SOLID, ADR, mobile health checks).
  • ADR compliance verification ensuring referenced ADRs exist and decisions are aligned.
  • Lifecycle guidance from dev-story to story-done, enabling gated review before delivery.

Quick Start

Run a code-review pass on the latest diffs to surface architecture and quality issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I verify SOLID principles and ADR compliance in a pull request?

To verify SOLID principles and ADR compliance in a pull request, static assessment of changed files against project rules is performed, ensuring referenced ADRs exist and coding standards are met before delivery.

What is an architectural code review and when do I need it?

An architectural code review identifies architectural and quality issues in changed files to prevent regressions and ADR drift. You need it during the development lifecycle to gate delivery before a story is done.

Can I use automated code review for mobile and web project diffs?

Yes, automated code review is applicable to mobile and web project diffs. It evaluates changed files against mobile health checks, coding standards, and testability to produce a structured assessment.

How do I check if my code changes violate existing architecture decision records?

To check if code changes violate architecture decision records, ADR compliance verification ensures referenced ADRs exist and evaluates whether decisions are aligned, referencing CLAUDE.md rules for traceability.

What's the best way to structure quality assurance checks for changed files?

The best way to structure quality assurance checks for changed files is to output a structured, actionable assessment that evaluates testability and SOLID principles, providing developers with clear architectural guidance.