Run PHPStan static analysis and fix errors using intelligent agent delegation. Use when user requests to: - Run static analysis - Fix PHPStan errors - Check code quality - Analyze type errors Delegates to runner agent (haiku) for execution and fixer agent (sonnet) for fixes. Automatically cycles between run and fix until analysis passes or human intervention needed.
5.5
Rating
0
Installs
Testing & Quality
Category
Well-structured skill that orchestrates PHPStan static analysis through specialized agent delegation. The description clearly explains when to use the skill (static analysis, fixing errors, code quality checks). The workflow provides concrete Task tool invocation patterns for both 'run' and 'fix' scenarios, with intelligent cycling and escalation logic. Structure is clean with clear separation of runner/fixer responsibilities and references to agent implementation files. The skill shows moderate novelty by automating the run-fix-verify cycle with intelligent escalation, though the underlying task (running static analysis) is relatively standard. Minor room for improvement: could specify more concrete examples of 'common PHPStan issues' the fixer handles, and provide more detail on the escalation decision logic (e.g., how to detect 'same errors persist').
Loading SKILL.md…

Skill Author