Total 50,472 skills, Code Quality has 2287 skills
Showing 12 of 2287 skills
Conducts multi-turn iterative deep research on specific topics within a codebase with zero tolerance for shallow analysis. Use when the user wants an in-depth investigation, needs to understand how...
Use when generating performance hypotheses backed by git history and code evidence.
Code quality validation with linters, SOLID principles, DRY detection, error detection, and architecture compliance across all languages.
Object and class design patterns following Clean Code JavaScript.
Automated tech debt cleanup worker (L3). Reads codebase audit findings, applies safe auto-fixes for low-risk issues (unused imports, dead code, commented-out code, deprecated aliases). Confidence >=90% only. Creates single commit with summary.
Reduce cyclomatic complexity with targeted refactoring strategies
Configure and operate BiomeJS in JavaScript/TypeScript projects, including installation, `biome.json` setup, formatter/linter/check workflows, VCS integration, and CI usage. Use when users ask to adopt Biome, tune rules/includes, set up monorepo/shared configs, or troubleshoot Biome command behavior.
QLTY During Development
Observe Before Editing
Core code quality principles for writing maintainable code. Use when reviewing code for design violations, assessing code quality, or applying architectural patterns like composition, immutability, and fail-fast.
Standards for code linting, formatting, and pre-commit hooks.
Review PR comments, discuss improvements, and reply with resolution status