Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add noartem/skills --skill "laravel-quality-checks"
Install specific skill from multi-skill repository
# Description
Unified quality gates for Laravel projects; Pint, static analysis (PHPStan/Psalm), Insights (optional), and JS linters; Sail and non-Sail pairs provided
# SKILL.md
name: laravel-quality-checks
description: Unified quality gates for Laravel projects; Pint, static analysis (PHPStan/Psalm), Insights (optional), and JS linters; Sail and non-Sail pairs provided
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
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.