Fleet Tests — Testing & QA agent for Claude Code
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
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 RepositoryRelated Agents
Databricks Test Runner
Runs the Databricks pytest suite and diagnoses failures. Use when the user asks to run the Databricks tests, c
Test Maintainer
Fixes failing and flaky tests, and refactors a suite that has grown duplication. Finds the root cause instead
E2e Playwright Tester
Use this agent to write, fix, or extend end-to-end tests with Playwright. Triggers on phrases like "write an e
Example Test Maintainer
Design, implement, or repair meaningful tests and fixtures; investigate coverage gaps and flaky assertions. Us
Rig Debugger
Systematic root-cause debugger. Use when investigating a failing test, a production bug, a flaky behavior, or
Agent Test Driven Development Agent
Strict TDD implementation agent. Triggers on 'implement', 'write code for', 'add feature', 'fix bug', or any r
Related Skills
Test All
Run the full test suite. Report pass/fail, coverage, and any flaky tests.
Test Fix
You are fixing a failing test suite so an already-completed implementation can ship.
Fec TDD
Use front-end TDD workflow to implement functions, fix bugs, or refactor logic: first write failing tests, the