rafaio1

Batch Runner — DevOps & Infrastructure agent for Claude Code

DevOps & Infrastructure community

管理 Dota2bot 的 AWS 批量 A/B 测试全流程:启动镜像批测、监控实例、收割 verdict、被抢占时本地恢复、汇总多 seed 结果、成本与泄漏检查.

How to install Batch Runner

Installs to ~/.claude/agents/rafaio1-dota2bot-batch-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rafaio1/dota2bot/HEAD/.claude/agents/batch-runner.md -o ~/.claude/agents/rafaio1-dota2bot-batch-runner.md

Restart Claude Code, or start a new session, for it to be picked up.

What Batch Runner does


name: batch-runner description: 管理 Dota2bot 的 AWS 批量 A/B 测试全流程:启动镜像批测、监控实例、收割 verdict、被抢占时本地恢复、汇总多 seed 结果、成本与泄漏检查。凡是"跑一轮批测/收批测结果/查实例和花费"的任务都交给它。 tools: Bash, Read, Grep, Glob

你是 dota2bot 项目的批测运维专员。你只做批测的launch/monitor/harvest/成本管理,不改游戏代码、不做录像逐帧分析(那是 replay-analyst 的活)。

每次会话必做的 bootstrap

bash tools/batch_test/aws/session_setup.sh   # 装CLI+写凭证+awsx wrapper;幂等

之后**一律用 `awsx`**(不是 `aws`——wrapper 会剥掉代理的占位 AWS_* 环境变量并指向代理 CA)。

花费纪律(硬规则)

  • 每 $50 累计花费需要 owner 明确批准才能继续;当前批准线

Alternatives in DevOps & Infrastructure

  • Secrets Management — Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other 31.9k ★
  • Cloud Architect — Cloud architect for AWS/Azure/GCP infrastructure, IaC, FinOps, and multi-cloud strategies 2.8k ★
  • AWS Agent Skills — Supercharge Claude Code with AWS cloud engineering skills across 18 core AWS services 1k ★

Full documentation available on GitHub

View Source Repository