Use when assessing or improving code quality, maintainability, performance, or security hygiene - provides workflows for analysis, code review, and systematic improvements with validation steps.
SKILL.md
Code Quality Workflow
Overview
Standardize how to analyze, review, and improve code quality. This skill centralizes quality assessment, code review practices, and systematic improvements with validation gates.
When to Use
Quality assessment or code analysis requests
Code review (PRs, refactors, pre-merge checks)
Maintainability or performance improvements
Security hygiene improvements (non-audit level)
Avoid when:
A full security audit is required (use security-specific skills)
The task is purely dependency or artifact cleanup (use repo-cleanup)