quality

Assess code quality across metrics, SonarCloud, review, and documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a unified approach to assessing and improving the quality of your codebase, ensuring it meets defined standards for reliability, maintainability, and correctness.

Core Features & Use Cases

  • Code Metrics: Analyzes coverage, complexity, and duplication.
  • Sonar Integration: Runs Sonar-equivalent quality gates locally.
  • Code Review: Performs multi-dimensional reviews for security, correctness, and performance.
  • Documentation Audit: Checks for documentation completeness and consistency.
  • Use Case: Before merging a critical feature, run the quality skill to automatically check code coverage, identify complex functions, and flag potential security issues, ensuring a robust release.

Quick Start

Run a comprehensive code quality assessment on the current project.

Frequently Asked Questions about quality

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

FAQPage Schema
How do I check code coverage, complexity, and duplication before merging a feature?

Code quality assessment analyzes coverage, complexity, and duplication by executing specific analysis tools. It maps the outputs to a standardized report format, providing a unified score and actionable findings for each metric.

Can I run SonarCloud quality gates locally during code review?

Yes, you can run Sonar-equivalent quality gates locally. The Skill includes SonarCloud integration to execute quality checks and map the results directly into its standardized code quality report.

How do I audit documentation completeness and consistency in my codebase?

A documentation audit checks completeness and consistency across your project. The Skill executes this audit as one of its core modes, mapping the findings into the same standardized report format used for code metrics.

Does this code quality tool require external dependencies to run?

No external dependencies are required to run this tool. The Skill operates independently to execute its analysis tools and map the outputs into a standardized report format with a unified quality score.