What problem does it solve?
Managing and executing multiple PHP quality assurance tools (PHPStan, PHPUnit, Rector, CS Fixer, Infection) and their respective fixers can be complex and time-consuming. This Skill acts as a central orchestrator, automating the entire run-fix-run cycle for all php-qa-ci tools, ensuring code quality with minimal manual effort.
Core Features & Use Cases
- Unified QA Pipeline: Orchestrates PHPStan, PHPUnit, Rector, CS Fixer, and other tools via the
php-qa-ci pipeline.
- Automatic Run-Fix-Run Cycle: Intelligently detects issues, invokes appropriate fixer skills/agents, and re-runs tools until code is clean or escalation is needed.
- Token Efficiency: Uses cheap sub-agents for tool execution, preserving main context tokens.
- Use Case: Instead of manually running
phpstan, then rector, then phpunit, simply ask "run all static analysis" or "run all tests" and the Skill will handle the entire process, including automatic fixes and re-runs, reporting only the final clean status.
Quick Start
Use the qa skill to run all static analysis tools and fix any issues.