skills/laravel-quality-checks/SKILL.md
Unified quality gates for Laravel projects; Pint, static analysis (PHPStan/Psalm), Insights (optional), and JS linters; Sail and non-Sail pairs provided
npx skillsauth add noartem/skills laravel-quality-checksInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run automated checks before handoff or completion. Keep output clean.
# Check
vendor/bin/pint --test
# Fix
vendor/bin/pint
# PHPStan example
vendor/bin/phpstan analyse --memory-limit=1G
# Psalm example
vendor/bin/psalm
php artisan insights --no-interaction --format=json --flush-cache
php artisan test --parallel
testing
Decompose large Vue 3 components into focused SFCs and composables with explicit contracts, simple templates, and SSR-safe side effects.
tools
shadcn-vue for Vue/Nuxt with Reka UI components and Tailwind. Use for accessible UI, Auto Form, data tables, charts, dark mode, MCP server setup, or encountering component imports, Reka UI errors.
documentation
Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency
tools
Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic