PHP Checks

Use this skill to prepare the environment and run the PHP/Laravel quality tools of a Specs project locally — PHP_CodeSniffer, PHPStan/Larastan, PHPUnit, Rector and the markdown linter — all through the Taskfile. It is the PHP/Laravel layer of the `ci-green-check` skill, which invokes it whenever a repository has a `composer.json`; that skill owns check discovery, the fix loop, and the final report. Also triggers directly when the user says "run checkall", "run phpstan", "run phpcs" or "run the tests" in a Laravel/PHP repository.

specsnl Updated

File contents

specsnl/agent-skills/tree/main/plugins/laravel/skills/php-checks commit 3bcfe26f7a

Frequently asked questions

npx skillmds@latest add specsnl/php-checks