Total 50,277 skills, Code Quality has 2282 skills
Showing 12 of 2282 skills
Gate 8: Zero-context implementation steps - 2-5 minute atomic subtasks with complete code, exact commands, TDD pattern. Large Track only.
Local Code Review - analyzes code changes and provides structured feedback before commit
Analyzes codebase against standards and generates refactoring tasks for ring:dev-cycle.
Four-phase debugging framework - root cause investigation, pattern analysis, hypothesis testing, implementation. Ensures understanding before attempting fixes.
Multi-layer validation pattern - validates data at EVERY layer it passes through to make bugs structurally impossible, not just caught.
Review code changes for Jira issue. Use when the user wants to "review code", "code review", "jira review", or "check implementation".
Auto-selects best Kaizen method (Gemba Walk, Value Stream, or Muda) for target
Reflect on previus response and output, based on Self-refinement framework for iterative improvement with complexity triage and verification
Keep cyclomatic complexity low; flatten control flow, extract helpers, and prefer table-driven/strategy patterns over large switches
Refine AI-generated code through specific feedback—point out errors, identify gaps, show desired changes, reference style guides
Detects entropy signals in a codebase: stale TODOs, disabled tests, lint suppressions, commented-out code, dead imports, empty catch blocks, and deprecated API usage. Designed for daily runs to catch quality erosion early. Do NOT use for feature work, refactoring planning, or security audits.
Analyzes existing codebases to understand structure, patterns, and technical debt