run_quality_checks
Run configured static analysis and style checks (PHPStan, Rector, ECS) before committing to ensure code quality passes. Omit tool parameter to run all gates.
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). |