laravel:quality-checks

Quality Checks (Laravel)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "laravel:quality-checks" with this command: npx skills add jpcaparas/superpowers-laravel/jpcaparas-superpowers-laravel-laravel-quality-checks

Quality Checks (Laravel)

Run automated checks before handoff or completion. Keep output clean.

PHP Style & Lint

Check

sail pint --test # or: vendor/bin/pint --test

Fix

sail pint # or: vendor/bin/pint

Static Analysis (choose your tool)

PHPStan example

sail vendor/bin/phpstan analyse --memory-limit=1G # or: vendor/bin/phpstan analyse --memory-limit=1G

Psalm example

sail vendor/bin/psalm # or: vendor/bin/psalm

Insights (optional, if installed)

sail artisan insights --no-interaction --format=json --flush-cache # or: php artisan insights --no-interaction --format=json --flush-cache

Tests

sail artisan test --parallel # or: php artisan test --parallel

Frontend (if applicable)

sail pnpm run lint # or: pnpm run lint sail pnpm run types # or: pnpm run types

Checklist

  • Pint clean (no errors)

  • Static analysis passes

  • Tests pass locally (parallel where possible)

  • Frontend lint/types clean (if present)

  • No noisy logs/errors during runs

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

laravel:routes-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review
General

laravel:blade-components-and-layouts

No summary provided by upstream source.

Repository SourceNeeds Review
General

laravel:queues-and-horizon

No summary provided by upstream source.

Repository SourceNeeds Review
General

laravel:tdd-with-pest

No summary provided by upstream source.

Repository SourceNeeds Review
laravel:quality-checks | V50.AI