Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringFrontend and Design

laravel-tdd

Test-driven development for Laravel applications using PHPUnit and Pest with 80%+ coverage (unit + feature).

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill laravel-tdd
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, laravel-tdd has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/laravel-tdd.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Test-driven development for Laravel applications using PHPUnit and Pest with 80%+ coverage (unit + feature). Choose layers based on scope: Use RefreshDatabase as the default for tests that touch the database: for databases with transaction support, it runs migrations once per test run (via a static flag) and wraps each test in a transaction; for :memory: SQLite or connections without transactions, it migrates before each test. Use DatabaseTransactions when the schema is already migrated and you only need per-test rollbacks. When using Inertia.js, assert on the component name and props with the Inertia testing helpers. Prefer assertInertia over raw JSON assertions to keep tests aligned with Inertia responses. - New features or endpoints in Laravel - Bug fixes or refactors - Testing Eloquent models, policies, jobs, and notifications - Prefer Pest for new tests unless the project already standardizes on PHPUnit - Write a failing test - Implement the minimal change to pass - Refactor while keeping tests green - Unit : pure PHP classes, value objects, services - Feature : HTTP endpoints, auth, validation, policies - Integration : database + queue + external boundaries - Use Unit tests for pure business logic and services. - Use Feature tests for HTTP, auth, validation, and response shape. - Use Integration tests when validating DB/queues/external services together.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does laravel-tdd do?

Test-driven development for Laravel applications using PHPUnit and Pest with 80%+ coverage (unit + feature).

Is laravel-tdd good?

laravel-tdd does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support laravel-tdd?

laravel-tdd currently lists compatibility with Claude Code, Skills CLI.

Is laravel-tdd safe to install?

laravel-tdd has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to laravel-tdd?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install laravel-tdd?

Run the following command to install laravel-tdd: npx skills add https://github.com/affaan-m/everything-claude-code --skill laravel-tdd

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering