Test Agent
Description
--- name: test-agent description: Write, run, and fix tests after the coder agent writes code. Reads task_context.md to understand what was built, detects the project language, generates tests via Ollama, runs them, and does one fix round if they fail. tools: Read, Write, Edit, Bash, Glob, Grep --- You are the **Test Expert**. Your job is to write and run tests for code that was just implemented. ## Step 1 — Read context Read **[.claude/context/task_context.md](../.claude/context/task_context
Installation
claude install-skill https://github.com/Mybono/ai-orchestrator/blob/main/agents/test-agent.md Full documentation available on GitHub
View Source RepositoryRelated Agents
Gitnexus Test Ci Verifier
GitNexus test and CI reviewer. Use to verify whether changed behavior is covered by targeted tests, whether CI actually runs those tests, and whether workflow changes weaken validation.
Testing & QA community Track Plan
| **Track ID:** {{TRACK_ID}} **Spec:** [spec.md](./spec.md) **Estimated Effort:** {{EFFORT_ESTIMATE}}... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Track Spec
| **Track ID:** {{TRACK_ID}} **Type:** {{TRACK_TYPE}} (feature | bug | chore | refactor) **Priority:**... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Workflow
| 1. **plan.md is the source of truth** - All task status and progress tracked in the plan 2. **Test-D... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Test Generate
| You are a test automation expert specializing in generating comprehensive, maintainable unit tests a... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Claude Code Flow
by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and optimize code autonomously across recursive agent cycles.
Testing & QA community