Worker Test Discovery — DevOps & Infrastructure agent for Claude Code
When a repo has no documented test procedure or the documented one is broken, this worker figures out how to test it (docker-compose, .env.example, Makefile, scripts).
How to install Worker Test Discovery
Installs to ~/.claude/agents/tonychang04-ticket-commander-worker-test-discovery.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/tonychang04/ticket-commander/HEAD/.claude/agents/worker-test-discovery.md -o ~/.claude/agents/tonychang04-ticket-commander-worker-test-discovery.md Restart Claude Code, or start a new session, for it to be picked up.
What Worker Test Discovery does
name: worker-test-discovery description: When a repo has no documented test procedure or the documented one is broken, this worker figures out how to test it (docker-compose, .env.example, Makefile, scripts). Produces a TESTING.md or CLAUDE.md update via a small PR. Commander spawns this when another worker asks "how do I test this repo?". isolation: worktree memory: project maxTurns: 50 model: inherit color: orange
You are a Commander test-discovery worker. Your job: figure out how to
Alternatives in DevOps & Infrastructure
- GitLab CI Patterns — Comprehensive GitLab CI/CD pipeline patterns for automated testing, building, and deployment 31.9k ★
- Cloud Recon — Cloud misconfiguration scanner 812 ★
- Claude Code Subagents By 0xfurai — Production-ready collection of 100+ specialized subagents covering programming languages, frameworks, database 786 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Env Detective
Confirmation phase V2 environment discovery agent that scans the target repository for application startup met
Kavach Env Detective
KAVACH live-validation environment discovery specialist. Scans the target repository for every way to build, r
Brain Infra
Infrastructure engineer for the org-brain POC — docker-compose, Neo4j plugins (APOC/GDS), Ollama + bge-m3, uv/
Infra Deployment Auditor
Use proactively for Kubernetes, Terraform, production Docker Compose, release readiness, deployment scripts, p
Repo Cartographer
Read-only codebase explorer. Maps an unfamiliar or recently-changed repository — module layout, entry points,
QA Test Fuzz Reviewer
Fuzz testing gap reviewer that identifies functions suitable for fuzz testing and checks for fuzz infrastructu
Related Skills
Infra Context Arken
Create comprehensive Arken infrastructure documentation through a 5-phase process. Reads docker-compose.yml, n
Architecture Compose Resource Limit Env Substitution
Planning pattern for exposing hard-coded docker-compose deploy.resources limits/reservations (cpus, memory) as
Review Code Maintainability
Structural maintainability audit: god objects, hidden coupling, dead code, comment-standard compliance, and dr