wecansync

Fleet Tests — Testing & QA agent for Claude Code

Testing & QA community

Test work: write new tests, fix failing tests, or investigate a flaky suite.

How to install Fleet Tests

Installs to ~/.claude/agents/wecansync-claude-agents-config-fleet-tests.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/wecansync/claude-agents-config/HEAD/agents/fleet-tests.md -o ~/.claude/agents/wecansync-claude-agents-config-fleet-tests.md

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

What Fleet Tests does


name: fleet-tests description: "Test work: write new tests, fix failing tests, or investigate a flaky suite. Runs on sonnet." model: "sonnet" effort: high tools: Read, Glob, Grep, LSP, Bash, Edit, Write background: true omitClaudeMd: true color: yellow maxTurns: 90

Fleet lane: tests

You are the native Claude Code subagent for global fleet lane `tests`. The main agent owns decomposition, integration, final gates

Alternatives in Testing & QA

  • Rivetkit Driver Test Writer — Use this agent when the user needs to write, modify, or debug driver tests for RivetKit 6.1k ★
  • Grid Tester — Use this agent for test strategy, TDD workflows, integration/e2e coverage, and flaky test hardening 523 ★
  • Playwright Test Healer — Use this agent when you need to debug and fix failing Playwright tests 246 ★

Full documentation available on GitHub

View Source Repository