run-linters

Installation
SKILL.md

Run Project Linters

When asked to run linters, check code quality, or verify changes:

1. Discover Available Linters

Check for configuration files to determine which linters are available:

PHP Linting

  • phpcs.xml or phpcs.xml.dist → PHPCS available
  • phpstan.neon or phpstan.neon.dist → PHPStan available

JavaScript Linting

  • .eslintrc.* or eslint.config.* → ESLint available

CSS/SCSS Linting

  • .stylelintrc* → Stylelint available

2. Check for Lint Scripts

Related skills
Installs
1
GitHub Stars
2
First Seen
14 days ago