code-quality
Installation
SKILL.md
Code Quality Toolchain
Static analysis, code style enforcement, automated refactoring, and CI quality gates for Laravel projects. Built on top of Laravel Kickoff's existing PHPStan, Pint, Rector, and GitHub Actions configuration.
Command Reference
| Command | Description |
|---|---|
/quality check |
Run Larastan analysis, interpret errors, suggest fixes |
/quality fix |
Auto-fix Pint violations with explanations of what changed |
/quality baseline |
Generate or update PHPStan baseline for legacy code |
/quality rector |
Suggest and apply Rector rules for code modernisation |
/quality ci |
Extend GitHub Actions CI with custom quality gates |