A solid TDD workflow for Laravel that defaults to Pest but keeps PHPUnit examples when you need them. Covers the usual suspects: factories, database testing with RefreshDatabase, fakes for queues and notifications, and Sanctum auth. The examples are practical, showing feature tests for HTTP endpoints, unit tests for services, and even Inertia prop assertions. It pushes for 80% coverage and leans on the red-green-refactor cycle without being dogmatic. The database strategy guidance is genuinely helpful, especially the note that RefreshDatabase uses transactions per test when supported but re-migrates for in-memory SQLite. Good for both greenfield Laravel projects and adding tests to existing ones.
npx -y skills add affaan-m/everything-claude-code --skill laravel-tdd --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot