generate-tests
Installation
SKILL.md
Pest Test Generator Skill
Use this skill to create reliable automated tests. It enforces the use of Pest v4 syntax and Browser Tests for E2E scenarios.
When to use this skill
- When creating any new feature ("Create a test for X").
- When needing to verify a bug fix.
- When doing "Visual Regression" (via Browser Testing).
Recommended Tools
- serena_find_file: To find existing tests for similar features (e.g., "Find tests for UsersTable").
- laravel_boost_run_test: To run the specific test file created immediately after generation.