phpunit-runner

Run PHPUnit tests and fix failures using intelligent agent delegation. Use when user requests to:- Run tests (full suite, specific path, or single file)- Fix failing tests- Analyze test failures- Check test coverageDelegates to runner agent (haiku) for execution and fixer agent (sonnet) for fixes.Automatically cycles between run and fix until tests pass or human intervention needed.

$ 安裝

git clone https://github.com/LongTermSupport/php-qa-ci /tmp/php-qa-ci && cp -r /tmp/php-qa-ci/.claude/skills/phpunit-runner ~/.claude/skills/php-qa-ci

// tip: Run this command in your terminal to install the skill