qa

Official

Orchestrate PHP QA, automate run-fix-run.

AuthorLongTermSupport
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: qa
Download link: https://github.com/LongTermSupport/php-qa-ci/archive/main.zip#qa

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository