verify-quality

Enforce complexity, duplication, and naming standards across codebases.

14|1|Updated May 6, 2026
One-click install
npx skills add https://github.com/wzyxdwll/ccgx-workflow --skill verify-quality-wzyxdwll
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-quality
Source: https://github.com/wzyxdwll/ccgx-workflow/tree/main/templates/skills/tools/verify-quality
Command: npx skills add https://github.com/wzyxdwll/ccgx-workflow --skill verify-quality-wzyxdwll

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Code quality gates automate the detection and reporting of quality issues such as complexity, duplication, and naming inconsistencies, helping teams ship cleaner, more maintainable code.

Core Features & Use Cases

  • Gate-based quality checks measure complexity, duplication, naming conventions, and function length to surface actionable findings early.
  • CI integration and local workflows, enabling scans on both single files and large repositories to enforce standards during development.
  • Use Case: when refactoring a major module, run the gate to identify hotspots and recommended improvements.

Quick Start

Run a local quality scan on the target codebase and review the generated report.

Frequently Asked Questions about verify-quality

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

FAQPage Schema
How do I automate code quality gates to enforce complexity and naming standards?

Automate code quality gates by running a gate-based workflow with configurable thresholds to measure complexity, duplication, and naming conventions. This generates structured reports with actionable remediation guidance to enforce standards across your codebase.

Can I run static analysis quality checks on a single file or do I need a full monorepo?

Static analysis quality checks can be run on both single files and large monorepos. The workflow supports local development scans and CI pipeline integration, allowing flexible enforcement of quality standards regardless of repository scale.

What is the best way to identify refactoring hotspots in a Python or JS codebase?

Identify refactoring hotspots by running a quality gate scan to measure function length, complexity, and duplication. The generated structured report surfaces actionable findings and recommended improvements for your Python or JS modules.

Does this code quality automation support CI pipelines for continuous standard enforcement?

Code quality automation supports CI pipeline integration for continuous standard enforcement. It applies gate-based checks during development and CI workflows to detect naming inconsistencies and complexity issues early.

How do I configure thresholds for code complexity and duplication in a quality gate?

Configure thresholds for code complexity and duplication by setting limits within the gate-based workflow. The quality gate uses these configurable thresholds to evaluate your codebase and generate structured reports detailing any violations.

Why use a gate-based quality check workflow instead of standard lint tools?

A gate-based quality check workflow consolidates complexity, duplication, and naming standards into a single structured report with actionable remediation guidance. Standard lint tools often lack this combined gate-based enforcement and holistic refactoring context.