qe-quality-assessment

Automate code quality assessment with complexity analysis, linting, and test health metrics.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/CENKSSS/valocase-backend --skill qe-quality-assessment-cenksss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qe-quality-assessment
Source: https://github.com/CENKSSS/valocase-backend/tree/main/.claude/skills/qe-quality-assessment
Command: npx skills add https://github.com/CENKSSS/valocase-backend --skill qe-quality-assessment-cenksss

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the evaluation of code quality, ensuring deployment readiness and helping to configure quality gates and generate quality reports.

Core Features & Use Cases

  • Code Quality Metrics: Analyze complexity, maintainability, and documentation coverage.
  • Quality Gates: Set up and evaluate quality gates for automated testing and validation.
  • Deployment Readiness: Assess if a release is ready for production.
  • Use Case: Before deploying a new version, use this Skill to ensure that the code meets quality standards and is ready for production.

Quick Start

Run the quality assessment with aqe quality assess --scope src/ --gates all.

Frequently Asked Questions about qe-quality-assessment

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

FAQPage Schema
How do I assess codebase deployment readiness before a release?

Assess codebase deployment readiness by executing scripts that run complexity analysis, linting, code smell detection, and test health metrics, validating the codebase against predefined schemas to ensure production quality standards are met.

How do I configure quality gates for automated code testing?

Configure quality gates by setting thresholds for code complexity, maintainability, and documentation coverage, then validating codebase changes against these gates to block deployments that fail automated checks.

What code quality metrics are needed for a complete codebase assessment?

A complete codebase assessment requires complexity analysis, maintainability scoring, documentation coverage, code smell detection, and test health metrics to evaluate overall code quality accurately.

Can I run a code quality assessment on a specific directory scope?

Yes, you can target a specific directory by specifying the scope parameter, such as running `quality assess --scope src/ --gates all`, to limit code quality evaluation to that codebase path.

Does code complexity analysis work without external dependencies?

Yes, code complexity analysis operates using included scripts and reference schemas, meaning no external dependencies are required to execute quality gates and assess codebase readiness.