code-review

Review code for architectural and coding-standard issues against CLAUDE.md standards.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill code-review-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill code-review-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates a thorough review of target code to identify architectural and quality issues, enabling faster remediation and higher maintainability.

Core Features & Use Cases

  • Public methods and classes have doc comments to improve readability and maintainability.
  • Architectural conformance checks validate dependency directions, layering, and event-driven communication.
  • SOLID, testability, and performance checks ensure robust, extensible code.
  • Use Case: A team runs this on a feature branch to surface high-priority code-quality issues before merge.

Quick Start

Invoke the skill on a target file or directory to generate a structured code-review report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate architectural code reviews for SOLID compliance and dependency layering?

Automate architectural code reviews by invoking this skill on target files to identify dependency direction issues, validate layering, and report SOLID compliance gaps with actionable remediation steps.

Can I check coding standards and testability issues in a feature branch before merge?

Check coding standards and testability in a feature branch by running this skill to surface high-priority code-quality issues, evaluate dependency injection, and ensure performance considerations are addressed before merging.

How does automated code review handle project-specific coding standards?

Automated code review handles project-specific coding standards by referencing the CLAUDE.md file to apply tailored rules, categorizing system areas like engine, gameplay, AI, networking, UI, and tools to evaluate dependencies.

What is the best way to find dependency injection and performance issues in my codebase?

Find dependency injection and performance issues by running this skill against your codebase to evaluate architectural conformance, ensure proper implementation, and generate a structured report of adherence gaps.

Does the code review skill work without external dependencies or testing frameworks?

The code review skill operates without external dependencies or testing frameworks, directly analyzing source files and referencing project configuration files to evaluate architectural and coding-standard issues.

Why should I use an automated skill for architectural conformance checks instead of manual review?

Use an automated skill for architectural conformance checks to quickly validate dependency directions, event-driven communication, and SOLID principles across large systems, achieving faster remediation and higher maintainability than manual review.