skills/noartem/skills/laravel-quality-checks

laravel-quality-checks

SKILL.md

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
Weekly Installs
11
Repository
noartem/skills
GitHub Stars
5
First Seen
Jan 30, 2026
Installed on
opencode10
cursor9
gemini-cli8
github-copilot8
codex8
kimi-cli8