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.

Workflow

1. Detect the Project's Own Commands

Installs
20
GitHub Stars
17
First Seen
Jan 26, 2026
code-standards-checker — kanopi/cms-cultivator