ai-quality

Assess code quality metrics, Sonar gates, reviews, and documentation audits.

54|3|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/arcasilesgroup/ai-engineering --skill ai-quality
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-quality
Source: https://github.com/arcasilesgroup/ai-engineering/tree/main/.claude/skills/ai-quality
Command: npx skills add https://github.com/arcasilesgroup/ai-engineering --skill ai-quality

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive and unified approach to assessing the quality of code and documentation, ensuring adherence to project standards and best practices.

Core Features & Use Cases

  • Code Quality Metrics: Analyzes coverage, complexity, duplication, and linting errors.
  • SonarCloud Integration: Runs a local Sonar-equivalent quality gate for consistent checks.
  • Code Review Assistance: Performs multi-dimensional reviews focusing on security, correctness, and maintainability.
  • Documentation Audit: Checks for completeness, cross-references, and style consistency.
  • Use Case: Before merging a pull request, run /ai:verify quality code to get a detailed report on code quality, identifying potential issues and their severity.

Quick Start

Run a code quality assessment on the CLI module.

Frequently Asked Questions about ai-quality

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

FAQPage Schema
How do I run a code quality assessment before merging a pull request?

Run a code quality assessment to analyze coverage, complexity, duplication, and linting errors. It performs a multi-dimensional review focusing on security, correctness, and maintainability to identify potential issues and their severity before merging.

What is a local SonarCloud quality gate emulation for code analysis?

SonarCloud quality gate emulation runs a local equivalent of SonarCloud checks to enforce project baselines for coverage, complexity, duplication, and reliability. This ensures consistent code quality validation directly within your local environment.

How do I perform a documentation health check for completeness and style?

Perform a documentation audit to check for completeness, cross-references, and style consistency. This evaluates your documentation health, ensuring adherence to project standards and identifying missing or inconsistent references.

Can I enforce project baselines for code complexity and duplication locally?

Yes, you can enforce project baselines for code complexity, duplication, coverage, and reliability locally. The assessment validates your code against these predefined thresholds to ensure adherence to project quality standards.

What is the best way to review code for security and maintainability issues?

The best way to review code for security and maintainability is using a deep code review mode. It performs multi-dimensional analysis to identify potential issues across these specific areas, providing a detailed severity report.

Does this unified quality assessment tool require SonarCloud to function?

No, it does not require a live SonarCloud connection to function. The tool supports a local Sonar-equivalent quality gate mode, allowing you to run consistent reliability and coverage checks without external service dependencies.