Total 30,644 skills, Code Quality has 1617 skills
Showing 12 of 1617 skills
Create custom linting rules for markdownlint including rule structure, parser integration, error reporting, and automatic fixing.
Configure markdownlint rules and options including rule management, configuration files, inline comments, and style inheritance.
Investigate and diagnose issues without necessarily fixing them
Code review a pull request
Expert at quality-focused code review with security emphasis. Use when reviewing code changes, performing security audits, identifying bugs, ensuring code quality and maintainability, or analyzing pull requests for issues.
Debug and fix bugs, errors, or unexpected behavior
Commenting patterns that improve readability and maintainability.
Use when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others.
Use when designing modules and components requiring Composition Over Inheritance, Law of Demeter, Tell Don't Ask, and Encapsulation principles that transcend programming paradigms.
Optimize code for performance, readability, or efficiency
Use during implementation when designing modules, functions, and components requiring SOLID principles for maintainable, flexible architecture.
Use when prettier plugins including plugin ecosystem, custom parsers, and plugin development.