run_quality_checks
Run configured quality gates (PHPStan, Rector, ECS) to confirm static-analysis and style checks pass before committing.
Instructions
Run the consumer project's configured quality gate (PHPStan / Rector / ECS or the stack equivalent) and return a structured per-tool result. Use before committing to confirm static-analysis and style gates pass. Shell-bound. Pass tool to run a single gate; omit to run all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Restrict to a single quality tool by name (e.g. phpstan, rector, ecs). |