code-review

Review code for architectural standards, SOLID principles, and ADR alignment.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/dnkrow/skill --skill code-review-dnkrow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/dnkrow/skill/tree/main/claude-global/code-review
Command: npx skills add https://github.com/dnkrow/skill --skill code-review-dnkrow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you catch architectural violations, SOLID/design quality issues, ADR drift, and testability gaps before they turn into costly bugs or rework.

Core Features & Use Cases

  • Architectural and quality review: Checks coding standards, architectural pattern adherence, SOLID principles, and game-specific concerns like performance and cleanup.
  • ADR compliance auditing: Detects missing ADR references and reviews referenced ADRs for decision/consequence alignment, flagging drift or violations by severity.
  • Parallel specialist reviews: Runs engine/language/shader/UI specialist checks and, when applicable, a QA testability pass using your story’s test and acceptance criteria.

Quick Start

Ask the skill to review a targeted file or folder of your codebase for architecture, standards compliance, SOLID issues, and ADR drift.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I check my code for SOLID principles and architectural drift?

To perform an ADR compliance audit, the review extracts decision and consequence sections from referenced ADRs. It then checks your codebase against these records to flag any architectural drift or missing references by severity.

Can I review shader and UI codebases for architectural consistency?

To run a testability pass, the review applies QA checks using your story's test and acceptance criteria. This identifies testability gaps and quality issues before they cause costly rework.

What is the best way to detect missing ADR references in my codebase?

The best way to detect missing ADR references is through an ADR compliance audit. This review identifies missing references and evaluates existing ones for decision and consequence alignment, producing a structured verdict.

Does this code review process check for game-specific performance concerns?

Yes, this code review process checks for game-specific performance concerns. It evaluates engine technical preferences, performance issues, and cleanup standards alongside coding standards and SOLID principles.

What do I need to provide for an architectural and quality code review?

For an architectural and quality code review, you need to provide the targeted files or folders. The review also requires reading your project coding standards and engine technical preferences to produce a structured verdict.