laravel-quality-checks

Unified quality gates for Laravel projects; Pint, static analysis (PHPStan/Psalm), Insights (optional), and JS linters; Sail and non-Sail pairs provided

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 noartem/laravel-vue-skills/noartem-laravel-vue-skills-laravel-quality-checks

Quality Checks (Laravel)

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

PHP Style & Lint

# Check
vendor/bin/pint --test

# Fix
vendor/bin/pint

Static Analysis (choose your tool)

# PHPStan example
vendor/bin/phpstan analyse --memory-limit=1G

# Psalm example
vendor/bin/psalm

Insights (optional, if installed)

php artisan insights --no-interaction --format=json --flush-cache

Tests

php artisan test --parallel

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

shadcn-vue

No summary provided by upstream source.

Repository SourceNeeds Review
General

laravel-routes-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review
General

baseline-ui

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

laravel-iterating-on-code

No summary provided by upstream source.

Repository SourceNeeds Review