Total 54,373 skills, Code Quality has 2447 skills
Showing 12 of 2447 skills
Predicts future bug hotspots by analyzing code complexity, churn, and historical defect patterns. Warns developers before a bug is even written.
Code simplification for clarity and maintainability. Use PROACTIVELY after code is written or modified to refine recently changed files.
High-performance Rust optimization. Profiling, benchmarking, SIMD, memory optimization, and zero-copy techniques. Focuses on measurable improvements with evidence-based optimization.
Run Warden to analyze code changes before committing. Use when asked to "run warden", "check my changes", "review before commit", "warden config", "warden.toml", "create a warden skill", "add trigger", or any Warden-related local development task.
Batch check whether Skills comply with best practice specifications; automatically verify dimensions such as naming, preface section, structure, file cleanup, and dependencies; support single or batch checks; generate detailed inspection reports; suitable for quality verification after Skill development is completed
Use when designing solutions, adding features, or refactoring by applying KISS, YAGNI, and Principle of Least Astonishment to write simple, predictable code.
Use before committing code - validates Drupal coding standards, SOLID/DRY principles, security practices, and CSS standards
Next Friday code style rules for formatting, structure, and readability. Use when writing functions, conditionals, or organizing code.
Finds unused dependencies, files, and exports in JS/TS projects. Use when cleaning up dead code, removing stale packages from package.json, or identifying unreferenced exports.
Check code quality and formatting before committing changes
C# patterns for Unity - MonoBehaviour, async, architecture, and VR/mobile performance optimization
Expert guidance for game development with C#/Unity, Lua scripting, and best practices for scalable game architecture