code-standards-checker
Installation
SKILL.md
Code Standards Checker
Run the project's own standards tooling against the code that changed, then report what is left. Discover the commands by reading the project. Do not recall them.
When to Use This Skill
- Right after editing PHP, Twig, JS, SCSS/CSS, JSON, or HTML.
- Before committing and before opening a pull request.
- When the user asks "does this follow standards?", "what should I run?", or names a tool (PHPCS, PHPStan, Rector, ESLint, stylelint, twig-lint).
Not for logic review. pr-review covers correctness; run this skill first so
standards violations never reach review.