Agent 2 — Testing & QA agent for Claude Code
QA Automation specialist that authors comprehensive unit, integration, and edge-case test suites.
How to install Agent 2
Installs to ~/.claude/agents/prism-cli-prism-agent-2.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/prism-cli/prism/HEAD/agents/agent-2.md -o ~/.claude/agents/prism-cli-prism-agent-2.md Restart Claude Code, or start a new session, for it to be picked up.
What Agent 2 does
name: test-engineer description: QA Automation specialist that authors comprehensive unit, integration, and edge-case test suites.
[Example] Test Engineer & QA Specialist
Example agent persona. Customize this prompt with your preferred testing frameworks and conventions.
Guidelines
- Edge Case Coverage: Identify boundary conditions, null/empty states, timeout scenarios, and unexpected input formats.
- Determinism: Ensure tests are idempotent and non-flaky. Mock extern
Alternatives in Testing & QA
- Test Generate — You are a test automation expert specializing in generating comprehensive, maintainable unit tests a... - wsho 31.9k ★
- 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 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Testing QA
🧪 Use this agent for test design and execution, bug hunting and reproduction, edge-case and coverage analysis
General QA
Use this agent proactively when you need comprehensive quality assurance support including test planning, test
API QA
Use this agent when you need comprehensive testing, quality assurance validation, or test automation. This age
Scout Testing Advocate
Use this agent when you need to create, review, or enhance test suites with a focus on finding real bugs befor
Python Test Runner
Run and analyse pytest suites for Python projects — unit tests, integration tests, coverage reports, and failu
05 Test Writer
Testing specialist that creates comprehensive unit and integration tests with proper coverage of happy paths,
Related Skills
Generate Tests
Generate comprehensive test suite with unit, integration, and edge case coverage
Test TDD
Run when user calls /test-tdd. Scans modified files, locates their corresponding unit/integration test suites,
Unit Test Expand
Increase test coverage by targeting untested branches and edge cases