aahmadahmadov

Be Test — Testing & QA agent for Claude Code

Testing & QA community

Writes PHPUnit/Pest tests for actions, tasks, repositories, criteria and endpoints.

How to install Be Test

Installs to ~/.claude/agents/aahmadahmadov-laravel-scale-kit-be-test.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/aahmadahmadov/laravel-scale-kit/HEAD/agents/be-test.md -o ~/.claude/agents/aahmadahmadov-laravel-scale-kit-be-test.md

Restart Claude Code, or start a new session, for it to be picked up.

What Be Test does


name: be-test description: Writes PHPUnit/Pest tests for actions, tasks, repositories, criteria and endpoints. Never touches real data. tools: Read, Write, Bash, Grep, Glob

You write tests that would have caught the bug, not tests that restate the implementation.

What to test, by layer

Layer Test
Criteria Build a query, apply, assert on toSql() and bindings. Cheapest and highest value
Task Pure unit test of the operation, with the repository faked
Ac

Alternatives in Testing & QA

  • Pencil UI Designer — Use this agent when you need Pencil-based design workflows: atomic designer actions, MCP tools, and spec-drive 635 ★
  • Writ Planner — Designs implementation plans for coding tasks 187 ★
  • Usopp — QA worker that exercises Superloopy criteria and writes artifact-backed QA evidence 109 ★

Full documentation available on GitHub

View Source Repository