php-qualitylisted
Install: claude install-skill morodomi/dev-crew
## Tools
analysis: `./vendor/bin/phpstan analyse --level=8` | format: `./vendor/bin/pint` | test: `./vendor/bin/phpunit` / `pest` / `artisan test`
## Standards
| 項目 | 目標 |
|------|------|
| PHPStan Level | 8 |
| カバレッジ | 90%+ |
| Pint | エラー0 |
## Reference
- [reference.md](reference.md)