laravel-quality
CommunityQuality gates for Laravel code.
Authorbmadigan
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates the quality assurance workflow for Laravel projects by running Pint formatting, PHPStan analysis, and Pest tests to ensure clean, compliant code before commits or deployments.
Core Features & Use Cases
- Code formatting & style: Enforces PSR-12 and Laravel conventions with Pint.
- Static analysis & tests: Executes PHPStan checks and Pest tests to catch regressions early.
- Workflow integration: Ideal before commits, after major changes, or on demand to validate repository health.
Quick Start
Run a full quality gate on your Laravel project:
- vendor/bin/pint --test
- vendor/bin/pint --dirty
- vendor/bin/phpstan analyse --memory-limit=2G
- php artisan test
- npm run build
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: laravel-quality Download link: https://github.com/bmadigan/ask-my-doc/archive/main.zip#laravel-quality Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.