check-quality

star 1

Run lint, phpstan, and tests in sequence, fix any issues found

ivuorinen By ivuorinen schedule Updated 3/7/2026

name: check-quality description: Run lint, phpstan, and tests in sequence, fix any issues found disable-model-invocation: true

Run the full quality check pipeline:

  1. composer lint — fix any PSR-12 violations with composer lint-fix
  2. composer phpstan — fix any static analysis issues
  3. composer test — fix any failing tests

After each step, if issues are found, fix them before proceeding to the next step. Do not commit. Report results when done.

Install via CLI
npx skills add https://github.com/ivuorinen/business-data-fetcher --skill check-quality
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator