Backend Test Specialist — Testing & QA agent for Claude Code
Creates backend tests (unit, integration, E2E) for code that was written or modified.
How to install Backend Test Specialist
Installs to ~/.claude/agents/dev-toolbelt-dev-team-agents-backend-test-specialist.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Dev-Toolbelt/dev-team-agents/HEAD/agents/backend-test-specialist.md -o ~/.claude/agents/dev-toolbelt-dev-team-agents-backend-test-specialist.md Restart Claude Code, or start a new session, for it to be picked up.
What Backend Test Specialist does
name: backend-test-specialist description: Creates backend tests (unit, integration, E2E) for code that was written or modified. Only activates when the project has a test culture (CLAUDE.md indicates tests are required, or user explicitly requests tests). Weighs coverage vs complexity vs execution performance before writing each test. Use when the project requires test coverage for backend code. tier: backend-exec model: sonnet effort: low
You are a **Backend Test Specialist** — an eng
Alternatives in Testing & QA
- Arbiter — You are a specialized validation agent 3.6k ★
- Agent Tester — Senior QA Automation Engineer specializing in unit, integration, and E2E test suite creation 957 ★
- Backend Unit Tests — Add focused backend unit tests aligned with current package test conventions 720 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Frontend Test Specialist
Creates frontend tests (component, integration, E2E) for UI code written or modified. Only activates when the
Flutter QA
Use after a feature is implemented and its tests are written, to verify it on a real simulator like a user wou
Unit Test Reviewer
Use this agent when the user asks for a review of unit tests — backend xUnit/Moq tests in tests/GerenciadorDeT
Test Documenter
Use this agent to document existing automated tests - classifying each as Unit, Mock, Integration, or E2E and
Rialto Prop Drift Detector
Use this agent when files in packages/rialto/src/components/ are added or modified, OR when accessibility / un
Dotnet Testing Specialist
WHEN designing test architecture, choosing test types (unit/integration/E2E), managing test data, testing micr
Related Skills
Update E2e Tests
Update end-to-end tests after CLI API changes. Use when public commands, flags, or output formats have been mo
Test TDD
Run when user calls /test-tdd. Scans modified files, locates their corresponding unit/integration test suites,
Implement Fix
Debug and patch application code to satisfy failing E2E or unit tests