tonychang04

Worker Test Discovery — DevOps & Infrastructure agent for Claude Code

DevOps & Infrastructure community

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

Terminal
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 Repository