laravel:tdd-with-pest
✓Apply RED-GREEN-REFACTOR with Pest or PHPUnit; use factories, feature tests for HTTP, and parallel test runners; verify failures before implementation
Installation
SKILL.md
Write the test first. Watch it fail. Write minimal code to pass. Keep tests fast and realistic.
Prefer Pest (default in new Laravel apps). PHPUnit is fine if your project uses it.
Write the simplest code to pass your failing test. No extras. No refactors.
Apply RED-GREEN-REFACTOR with Pest or PHPUnit; use factories, feature tests for HTTP, and parallel test runners; verify failures before implementation Source: jpcaparas/superpowers-laravel.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/jpcaparas/superpowers-laravel --skill laravel:tdd-with-pest- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-10
- Updated
- 2026-02-18
Quick answers
What is laravel:tdd-with-pest?
Apply RED-GREEN-REFACTOR with Pest or PHPUnit; use factories, feature tests for HTTP, and parallel test runners; verify failures before implementation Source: jpcaparas/superpowers-laravel.
How do I install laravel:tdd-with-pest?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jpcaparas/superpowers-laravel --skill laravel:tdd-with-pest Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/jpcaparas/superpowers-laravel
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-10