Total 30,738 skills, Code Quality has 1622 skills
Showing 12 of 1622 skills
Run all pre-commit checks before committing changes. Use to manually verify changes pass all quality gates before committing.
Provides automated, context-aware code reviews focusing on logic errors and style violations. Use during Pull Request cycles to identify potential bugs and maintain high code quality standards.
Skills wiki intro - mandatory workflows, search tool, brainstorming triggers
Guides technical evaluation of code review feedback before implementation. Use when receiving PR comments, review suggestions, GitHub feedback, or when asked to address reviewer feedback. Emphasizes verification and reasoned pushback over blind agreement.
Classic and modern software design patterns
Run formatting, lint, typecheck, and tests for this repo; use when validating changes or investigating CI failures.
Designs Zod schemas following Zod-first development. Use when creating validation schemas, branded types, discriminated unions, transforms, refinements, or inferring TypeScript types with z.infer.
C# patterns for Unity - MonoBehaviour, async, architecture, and VR/mobile performance optimization
Load PROACTIVELY when starting work on an unfamiliar codebase or setting up a new project. Use when user says "help me understand this codebase", "onboard me", "what does this project do", "set up my environment", or "map the architecture". Covers codebase structure analysis, architecture mapping, dependency auditing, convention and pattern detection, developer environment setup, and documentation of findings for rapid productive contribution.
Unified code review system — dispatches the right review agents for the situation. Use when reviewing code for quality, bugs, compliance, or before merging.
Use when configuring Dialyzer for Erlang/Elixir type checking and static analysis.
Use when ruboCop CI integration including GitHub Actions, plugins, and performance optimization.