Total 54,172 skills, Code Quality has 2444 skills
Showing 12 of 2444 skills
Quick reference for n8n patterns. Full docs /AGENTS.md
Comprehensive quality gate integrating linting, type checking, specification review, and security auditing.
TypeScript-specific coding conventions and type system patterns. Always load this skill when writing or reviewing TypeScript code.
Merge-friendly import formatting (one-per-line, alphabetical). Auto-loads when writing TypeScript/JavaScript imports to minimize merge conflicts in parallel development. Enforces consistent grouping and sorting.
Detects ESLint configuration and available commands in a repository. Returns structured JSON output designed for consumption by the quality-gates-linter agent. Checks for ESLint config files, extracts lint commands from package.json, Makefile, and CLAUDE.md, and provides command sources for the agent to read directly.
Optimize code for performance, readability, or efficiency
Use when prettier plugins including plugin ecosystem, custom parsers, and plugin development.
Codebase analysis tool for quality-first editing. Scan before edit to understand relationships, patterns, and impact.
This skill should be used when the user asks to "review my changes", "review this code", "check my work", "what's wrong with my changes", "review before I push", "security review", "do a code review", or mentions reviewing, auditing, or analyzing local code changes before committing or opening a PR.
Expert in TypeScript development with best practices for type safety and clean code
Remove Rust-defined C symbols that are either unused or only used in C/C++ unit tests.
Refactor code for quality, reduce technical debt, and improve maintainability. Use for cleanup tasks and code improvements.