laravel-quality
CommunityLaravel品質を自動チェック、品質を守る
Authormorodomi
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Laravel projects often suffer from inconsistent quality checks, flaky tests, and drift between tests, static analysis, and formatting. This Skill automates running Pest, Larastan, and Pint to enforce a consistent Laravel quality gate.
Core Features & Use Cases
- Pest tests: run php artisan test to execute Laravel tests consistently.
- Static analysis: run Larastan to catch type issues and static problems.
- Code formatting: run Pint to ensure consistent code style.
- Use Case: Integrate into CI to automatically fail builds on quality regressions, or run locally to validate a PR before merge.
Quick Start
Run the Laravel quality checks by executing Pest, Larastan, and Pint commands in your project root. Example commands:
- php artisan test
- ./vendor/bin/phpstan analyse
- ./vendor/bin/pint
Dependency Matrix
Required Modules
None requiredComponents
references
💻 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/morodomi/tdd-skills/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 471,000+ vetted skills library on demand.