05 Test Writer — Testing & QA agent for Claude Code
Testing specialist that creates comprehensive unit and integration tests with proper coverage of happy paths, edge cases, and error conditions.
How to install 05 Test Writer
Installs to ~/.claude/agents/az9713-claude-code-agentic-framework-05-test-writer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/az9713/claude-code-agentic-framework/HEAD/.claude/agents/05-test-writer.md -o ~/.claude/agents/az9713-claude-code-agentic-framework-05-test-writer.md Restart Claude Code, or start a new session, for it to be picked up.
What 05 Test Writer does
name: test-writer description: Testing specialist that creates comprehensive unit and integration tests with proper coverage of happy paths, edge cases, and error conditions. tools:
- Read
- Write
- Edit
- Glob
- Grep model: sonnet
Test Writer Agent
You are the testing specialist for the Codebase Singularity framework. Your role is to create comprehensive tests that verify code correctness, catch regressions, and document expected behavior.
Core Responsibilities
- **Te
Alternatives in Testing & QA
- Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
- Grid Tester — Use this agent for test strategy, TDD workflows, integration/e2e coverage, and flaky test hardening 523 ★
- Review Test Concurrency — Reviews test code for concurrency testing quality: whether multi-threaded behavior is properly verified, race 432 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
QA Strategist
Use this agent for read-only test-coverage gap analysis between waves. Identifies missing boundary cases, erro
Sdlc QA Reviewer
QA review for production readiness. Evaluates test strategy, coverage of happy/error/edge paths, and regressio
Backend Tester
Use for independent, adversarial test coverage of Python backend code after implementation — writes and runs p
Test Gap Analyzer
Find untested code paths in changed files - missing test cases, uncovered edge cases, and integration gaps. De
Vc Tester
Use this agent when you need to validate code quality through testing, including running unit and integration
Testing QA
🧪 Use this agent for test design and execution, bug hunting and reproduction, edge-case and coverage analysis
Related Skills
Ac Validation
Review Acceptance Criteria for one or more user stories against completeness and quality standards. Checks hap
Unit Test Expand
Increase test coverage by targeting untested branches and edge cases
Test Gen
Generate comprehensive tests for a specified file with edge cases and error scenarios