Agent skills for TesterArmy CLI workflows
npx claudepluginhub tester-army/cliUse TesterArmy CLI to validate app behavior after changes with targeted markdown tests, debug artifacts, and pass/fail reporting.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Agent skills for building and maintaining promptfoo evaluations
Share bugs, ideas, or general feedback.
Quickstart | Docs | Platform | API Keys | Skills | Examples
TesterArmy CLI (testerarmy / ta) is an agent-first QA runner.
tests/*.md).Start here:
https://github.com/user-attachments/assets/f7524c3f-018e-46eb-9bae-cb69335fda64
Install globally:
npm install -g testerarmy
Then create API key:
tester.army/dashboard/profile/api-keys
Authenticate (pick one):
ta auth
Or run without install:
npx testerarmy --help
Run a test scenario:
ta run examples/tests/01-landing-page.md --url "http://localhost:3000"
Use skills CLI install:
npx skills add tester-army/cli
Use starter examples in examples/.
examples/TESTER.mdexamples/tests/01-landing-page.mdexamples/tests/02-auth-smoke.mdexamples/tests/03-project-create.mdexamples/prompts/ad-hoc-regression.mdRun a full smoke batch:
ta run examples/tests/ --url "http://localhost:3000" --parallel 3
PRs welcome, especially for:
MIT