code-quality-audit
Installation
SKILL.md
This skill automates comprehensive code quality checks for Magento 2 projects.
What This Skill Does
-
PSR-12 Compliance Check
- Validates strict PSR-12 adherence
- Checks opening braces placement
- Validates spacing and indentation
- Verifies proper use statement ordering
-
PHPStan Static Analysis
- Type checking at maximum level
- Identifies potential bugs and errors
- Validates method signatures and return types
- Checks for undefined variables and methods