Getting Started
testerarmy (alias ta) is an agent-first QA runner. It works standalone for interactive use or as a skill for coding agents like Claude Code, Codex, and OpenCode.
Your coding agent spawns testing agents to validate changes - keeping the feedback loop tight without polluting main agent context.
Install
Or use without installing:
Both testerarmy and ta map to the same CLI.
Agent skill (recommended)
If you use a coding agent, install the official skill for tighter integration:
This gives your agent structured instructions for running tests, interpreting results, and iterating on failures.
Repository: github.com/tester-army/cli
Authenticate
Run ta auth and paste your API key when prompted:
Get your key from the TesterArmy dashboard under Team Settings → API Keys.
You can also pass the key directly:
Or set it as an environment variable (useful for CI):
Verify
Use --json for machine-readable output:

