Pest Tester — Development agent for Claude Code
Use this agent when you need to write, extend, or fix automated tests for a Laravel application — e.g. "write feature tests for the posts API", "add tests for the CommentService", "cover the authoriza.
How to install Pest Tester
Installs to ~/.claude/agents/wamesk-claude-code-plugin-laravel-agents-pest-tester.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/wamesk/claude-code-plugin-laravel-agents/HEAD/agents/pest-tester.md -o ~/.claude/agents/wamesk-claude-code-plugin-laravel-agents-pest-tester.md Restart Claude Code, or start a new session, for it to be picked up.
What Pest Tester does
name: pest-tester description: Use this agent when you need to write, extend, or fix automated tests for a Laravel application — e.g. "write feature tests for the posts API", "add tests for the CommentService", "cover the authorization rules on this endpoint", "the invoice generation has no tests", "convert these PHPUnit tests to Pest", or "add a dataset test for email validation". Also use it when reviewing a new controller/service/action that ships without test coverage. Always produces Pe
Alternatives in Development
- Tend — Tend the Allium garden 3.7k ★
- Website Developer — Use this agent when you need to develop, enhance, or maintain the GitHub Pages static site in the docs/ folder 570 ★
- API Tester Specialist.Agent — Specialist in creating and executing API tests 225 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Queue Specialist
Queue and job processing specialist for Redis-based Laravel queues. NOT for application code (developer) or te
Tester.Agent
Write and execute automated tests using the When_SomeAction_Expect_SomeResult naming convention.
Laravel Developer
Use this agent to implement features end-to-end in Laravel apps — models, migrations, Actions, services, Livew
Flutter Tester
Use after any feature implementation, bug fix, or refactor. Writes and runs unit tests, bloc_tests, and widget
Ruver Fd Tester
Feature-delivery graph node. Runs hard gate commands (typecheck/lint/tests) and records real exit codes. Does
Laravel Backend
Use this agent when building or changing Laravel backend code — "create an API endpoint", "add a model/migrati
Related Skills
Cover Extend
Extend an existing test suite with the minimum additional tests needed to reach full combinatorial coverage.
Imece Test
Delegate test writing to the tester agent. Use this when you need tests written for your code.
Go Test
Enforce TDD workflow for Go. Write table-driven tests first, then implement. Verify 80%+ coverage with go test