Total 54,890 skills, Code Quality has 2463 skills
Showing 12 of 2463 skills
Provides practical guidance for conducting thorough code reviews that identify issues early, promote knowledge sharing, and deliver constructive feedback. This skill should be used when reviewing pull requests, establishing team review standards, or mentoring developers on effective review practices.
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.
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
Enforces strict refactoring workflow for TypeScript/React codebases. Use when refactoring files with multiple exports, splitting components/hooks/utils, moving inline types to types/, and enforcing post-refactor quality gates.
Remove Rust-defined C symbols that are either unused or only used in C/C++ unit tests.