スキル一覧に戻る
FlorianRiquelme

testing-pest

by FlorianRiquelme

0🍴 0📅 2025年10月31日
GitHubで見るManusで実行

SKILL.md


name: Testing Pest description: Generate comprehensive Pest test suites for Laravel projects including tests for controllers, services, Livewire components, commands, jobs, and models with proper describe blocks for organization, mocking setup, happy path and failure scenarios, RefreshDatabase trait, and coverage for all public methods. Use this skill when creating test files for new features, adding test coverage for controllers or services, writing tests for API endpoints, testing Livewire components, ensuring proper test structure with beforeEach and describe blocks, implementing mocking strategies, or writing dataset-driven tests. This skill applies when working on files in tests/Feature/ or tests/Unit/ directories, creating Pest test files, or ensuring comprehensive test coverage.

Testing Pest

When to use this skill

  • When creating test files for new Laravel features or classes
  • When adding test coverage for controllers, services, or API endpoints
  • When writing tests for Livewire components with user interactions
  • When testing Artisan commands or queued jobs
  • When ensuring proper test structure with describe blocks and beforeEach hooks
  • When implementing mocking strategies for external dependencies
  • When writing dataset-driven tests for multiple scenarios
  • When testing model relationships and database interactions
  • When working on files in tests/Feature/ directory (integration tests)
  • When working on files in tests/Unit/ directory (isolated unit tests)
  • When creating comprehensive test coverage including happy paths and failures
  • When using RefreshDatabase trait for database tests
  • When mocking HTTP requests with Saloon MockClient

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle testing pest.

Instructions

For details, refer to the information provided in this file: testing pest

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です