check-your-code

Review code quality and architecture with multi-agent detectors and severity scoring.

30|3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/enbyaugust/zacs-claude-skills --skill check-your-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-your-code
Source: https://github.com/enbyaugust/zacs-claude-skills/tree/main/skills/check-your-code
Command: npx skills add https://github.com/enbyaugust/zacs-claude-skills --skill check-your-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps teams assess code quality, ensure pattern adherence, and verify architectural integrity, catching design-level issues before changes merge.

Core Features & Use Cases

  • Phase-based quality review with parallel agents for pattern enforcement, React quality, architecture, readability, and AI smell detection.
  • Red-team validation to challenge findings and reduce false positives.
  • Generates a comprehensive quality report to guide improvements before merge.

Quick Start

Run the check-your-code skill to perform a quality review on the current repository changes and generate a detailed report.

Frequently Asked Questions about check-your-code

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

FAQPage Schema
How do I automate code quality and architecture reviews for pull requests?

Automated code review assesses code quality and architecture to enforce patterns by running parallel agents for readability, React quality, and structural integrity. It generates a structured quality report with severity scores to guide improvements before merging.

How does red-team validation reduce false positives in automated code reviews?

Red-team validation challenges initial findings from pattern enforcement and architecture checks to reduce false positives. This mechanism verifies identified issues before finalizing the comprehensive quality report, ensuring accurate severity scoring.

Can I enforce SOLID principles and React patterns during a codebase audit?

Yes, you can enforce SOLID principles and React patterns during audits using dedicated quality and pattern enforcement agents. These agents verify architectural integrity and component-level adherence, catching design-level issues before changes merge.

What is the best way to check for AI-generated code smells in a repository?

Detecting AI-generated code smells requires an AI smell detector agent that reviews the codebase for common generated patterns. It works alongside readability and architecture checks to provide a comprehensive quality assessment.

How are code review issues prioritized and scored before a merge?

Code review issues are prioritized using severity scoring from P0 to P3 within a structured quality report. This scoring categorizes design-level issues and pattern violations, helping developers address critical architectural flaws first.