code-quality
SKILL.md
Code Quality
Quick Start
Run all checks in order:
composer format:fix && composer analyze && composer test
Workflow
Execute checks in this order. Fix issues at each step before proceeding.
Run all checks in order:
composer format:fix && composer analyze && composer test
Execute checks in this order. Fix issues at each step before proceeding.