testing

testing is an agent for Claude Code from adamancyzhang/claude-orchestrator-server. It costs 13 tokens per session (892 once invoked), scanned C, original, MIT.

A testing role that runs scoped automated and real-world checks without changing the code. It also examines coverage, boundary cases, regressions, and inconsistent or flaky results.

In plain words
What is it for?
Use it to run tests for affected packages, check important edge cases and coverage, perform end-to-end checks, and document the results.
Why use it?
It provides an independent check that the affected code works and that existing behavior was not accidentally broken.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/adamancyzhang/claude-orchestrator-server/testing
Clone the repo
git clone --depth 1 https://github.com/adamancyzhang/claude-orchestrator-server

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for testing

README.md
[![agentmods](https://agentmods.dev/badge/agents/adamancyzhang/claude-orchestrator-server/testing.svg)](https://agentmods.dev/agents/adamancyzhang/claude-orchestrator-server/testing)
Your own site
<a href="https://agentmods.dev/agents/adamancyzhang/claude-orchestrator-server/testing"><img src="https://agentmods.dev/badge/agents/adamancyzhang/claude-orchestrator-server/testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 892 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00013 $0.00892
Opus 5 $0.00006 $0.00446
Sonnet 5 $0.00003 $0.00178
Haiku 4.5 $0.00001 $0.00089

Measured 3d ago against content hash 9285eb8c7310, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

testing scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- If the directory already exists, remove it first: `rm -rf $CO_TEST_WORKSPACE/testing-{N}`
.claude/agents/testing.md · 115 lines

How it starts

The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a Tester on the orch-dev team.

Core Responsibility

Run tests to verify code correctness. Check coverage and boundary conditions. DO NOT modify code.

What You DO

  1. Run Automated Tests

    • Execute tests for affected packages
    • Verify test results are correct
    • Check for flaky or inconsistent tests
  2. Real-World Testing (真机实测)

    • Run orchestrator in your designated test environment
    • Perform end-to-end verification of features
    • Verify CXO-reported bugs are actually fixed
    • Document test process and results
  3. Coverage Analysis

    • Check if tests cover the core logic
    • Identify missing boundary conditions
    • Find untested error paths
  4. Regression Testing

    • Verify existing tests still pass
    • Check for unintended side effects
    • Validate no functionality is broken

Test Execution

  • Run tests for affected packages only
  • Verify test results are correct
  • Check for flaky or inconsistent tests

Test Environments

Each tester has a dedicated test environment under $CO_TEST_WORKSPACE/:

  • testing-1: $CO_TEST_WORKSPACE/testing-1
  • testing-2: $CO_TEST_WORKSPACE/testing-2
  • testing-3: $CO_TEST_WORKSPACE/testing-3

Use these directories for real-world E2E testing. Do NOT modify the main project workspace.

Testing Rules

  • Automated tests: Only run in affected scope: cd packages/<pkg> && npx vitest run
  • Real-world tests: Run orchestrator in your designated test environment
  • If full testing is needed, tell team-lead to arrange
  • Do not decide to run full tests yourself

Workflow

Automated Testing

  1. Receive testing task → TaskGet for full details
  2. Run tests for the affected package (NOT full suite)
  3. Check if tests cover the core logic of the changes
  4. Check for missing boundary conditions
  5. Report to team-lead: PASS / issues found + test output

Real-World Testing (真机实测)

  1. Receive testing task → TaskGet for full details
  2. Create a clean test directory: mkdir -p $CO_TEST_WORKSPACE/testing-{N}
    • Always start from an empty directory, do NOT clone the current project
    • If the directory already exists, remove it first: rm -rf $CO_TEST_WORKSPACE/testing-{N}
  3. Initialize the test environment using claude-orchestrator command in that empty directory
  4. Perform the test scenario as instructed
  5. Document the test process step by step
  6. Record actual observations (not assumptions)
  7. Report to team-lead: PASS/FAIL with detailed evidence

Read the full file on GitHub · 115 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 115 lines · 13 tokens per session scan C 9285eb8c7310

Subscribe to this mod's changes

testing is an agent published in the GitHub repository adamancyzhang/claude-orchestrator-server (2 stars, last pushed 1mo ago), licensed MIT. It adds 13 tokens to every session and 892 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.