code-quality

Audit codebases for architectural issues, performance bottlenecks, and complexity.

70|28|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/AIBiz-Automatyzacje/claude-code-starter --skill code-quality-aibiz-automatyzacje
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-quality
Source: https://github.com/AIBiz-Automatyzacje/claude-code-starter/tree/main/.claude/skills/code-quality
Command: npx skills add https://github.com/AIBiz-Automatyzacje/claude-code-starter --skill code-quality-aibiz-automatyzacje

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill performs deep code quality audits, identifying architectural issues, performance bottlenecks, and code simplicity concerns, helping developers build more reliable and efficient software.

Core Features & Use Cases

  • Architectural Analysis: Checks for SOLID principles compliance, circular dependencies, and layer boundaries.
  • Performance Analysis: Identifies Big O complexities, N+1 queries, and scalability issues.
  • Simplicity Audit: Ensures code is not overly complex, adheres to YAGNI principles, and avoids redundancy.
  • Pattern Consistency: Validates the use of design patterns and avoids anti-patterns.
  • Use Case: After a major feature implementation or refactoring, use this Skill to conduct a comprehensive code review and identify areas for improvement.

Quick Start

Run the 'code-quality' skill on your project directory to perform a full code quality audit.

Frequently Asked Questions about code-quality

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

FAQPage Schema
How do I perform a comprehensive code quality audit on my codebase?

To perform a code quality audit, run the skill on your project directory to execute static analysis, architectural checks, and performance profiling. This comprehensive code audit identifies architectural issues, performance bottlenecks, and simplicity concerns to help build reliable software.

What does static analysis check for in a software architecture review?

Static analysis in an architecture review checks for SOLID principles compliance, circular dependencies, and layer boundaries. It validates pattern consistency, ensures design patterns are used correctly, and identifies anti-patterns within the codebase.

Can I use this code audit tool for both frontend and backend codebases?

Yes, you can use this code audit tool for both frontend and backend codebases. It requires knowledge of code structure, design patterns, and software quality metrics to effectively analyze diverse project architectures and identify improvement areas.

How do I identify performance bottlenecks and N+1 queries in my code?

To identify performance bottlenecks and N+1 queries, run a performance analysis on your codebase. This process profiles Big O complexities and scalability issues, highlighting inefficient database interactions and execution bottlenecks for optimization.

What's the best way to check SOLID principles compliance and avoid anti-patterns?

The best way to check SOLID principles compliance is through an architectural analysis audit. This evaluates your codebase against established design patterns, detects circular dependencies, and flags anti-patterns to ensure robust software architecture.

When do I need a simplicity audit for my software codebase?

You need a simplicity audit after a major feature implementation or refactoring to ensure code is not overly complex. It verifies adherence to YAGNI principles, avoids redundancy, and maintains high code quality and maintainability standards.