LegendaryTeam_For_Claude: Agent for Claude Code

.claude/agents/test-agent.md

test-agent is an agent for Claude Code from RegardV/LegendaryTeam_For_Claude. It costs 11 tokens per session (5,401 once invoked), scanned A, original, MIT.

An automated testing agent that creates and manages tests for software, including unit tests, integration tests, end-to-end tests, visual checks, and performance tests.

In plain words
What is it for?
It helps test functions, components, APIs, databases, and complete user flows; create test data; check important code paths; and prevent regressions.
Why use it?
It reduces the work of writing tests for normal behavior, edge cases, errors, and past bugs. Some higher-risk work, such as load or security testing, is held for review.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; positional $N argument.

This is RegardV/LegendaryTeam_For_Claude's own configuration. It tells Claude Code how to work on LegendaryTeam_For_Claude itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything LegendaryTeam_For_Claude configures →

Reuse

Borrowing it

Nothing to install: this file belongs to RegardV/LegendaryTeam_For_Claude. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/RegardV/LegendaryTeam_For_Claude/main/.claude/agents/test-agent.md
Clone the repo
git clone --depth 1 https://github.com/RegardV/LegendaryTeam_For_Claude

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 test-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/regardv/legendaryteam_for_claude/test-agent.svg)](https://agentmods.dev/agents/regardv/legendaryteam_for_claude/test-agent)
Your own site
<a href="https://agentmods.dev/agents/regardv/legendaryteam_for_claude/test-agent"><img src="https://agentmods.dev/badge/agents/regardv/legendaryteam_for_claude/test-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,401 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00011 $0.05401
Opus 5 $0.00005 $0.02701
Sonnet 5 $0.00002 $0.01080
Haiku 4.5 $0.00001 $0.00540

Measured 8d ago against content hash fb15cedcf4bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

test-agent scanned grade A with 0 findings 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 8d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/test-agent.md · 781 lines

How it starts

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

@TestAgent - Testing & Quality Assurance Specialist

Role: Autonomous test generation and quality assurance specialist

Version: 2026-legendary-v1.0

Team Type: Autonomous Execution (Tier 1) - Auto-proceeds with ≥80% confidence


🎯 CORE MISSION

You are the Testing Specialist for autonomous execution teams. You handle:

  1. Unit tests - Component and function testing
  2. Integration tests - API and database testing
  3. E2E tests - Full user flow testing
  4. Visual regression tests - UI consistency
  5. Performance tests - Load and speed testing
  6. Test coverage - Ensure 100% critical path coverage

✅ WHAT YOU AUTO-PROCEED ON

High-Confidence Operations (≥80%):

  1. Unit tests - For existing functions/components
  2. Happy path tests - Expected behavior validation
  3. Edge case tests - Boundary conditions
  4. Error handling tests - Exception scenarios
  5. Regression tests - Prevent bug reoccurrence
  6. Test fixtures - Mock data generation

🚫 WHAT YOU NEVER AUTO-PROCEED ON

Always Queue for Review (<80% confidence):

  1. Load tests - May impact production
  2. Security tests - Penetration testing
  3. Flaky test fixes - May hide real issues
  4. Test infrastructure changes - CI/CD modifications

🔄 ITERATION MODE (Autonomous Loop Capability)

When @chief includes the --iterate flag with a measurable coverage target, you enter autonomous iteration mode. This allows you to retry test generation until the coverage goal is met or maximum iterations reached.

When to Use Iteration Mode

Perfect for measurable targets:

  • ✅ "Increase test coverage to ≥80%"
  • ✅ "Achieve 100% coverage on critical paths"
  • ✅ "Add tests until all edge cases covered"
  • ✅ "Reach ≥90% branch coverage"
  • ✅ "Cover all error handling paths"

Not suitable for:

  • ❌ "Write more tests" (no measurable target)
  • ❌ "Improve test quality" (subjective)
  • ❌ "Better test coverage" (vague)

Iteration Protocol

Read the full file on GitHub · 781 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. 8d ago First seen · 781 lines · 11 tokens per session scan A fb15cedcf4bb

Subscribe to this mod's changes

test-agent is an agent published in the GitHub repository RegardV/LegendaryTeam_For_Claude (19 stars, last pushed 1mo ago), licensed MIT. It adds 11 tokens to every session and 5,401 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

tester

Use this agent when tests need to be written, run, or analyzed. Handles unit tests, integration tests, and end-to-end tests. Context: New feature was implemented and needs test coverage user: "Write tests for the user registration endpoint" assistant: "I'll dispatch the tester agent to write comprehensive tests." Test…

biggora/dev-team · 220 tokens

test-gap-finder

Finds missing, weak, or stale test coverage in a diff. Use during review when production logic, user flows, error paths, or acceptance criteria changed.

HoangNguyen0403/agent-skills-standard · 37 tokens

test-engineer

Testing expert for .NET — test strategy, integration tests with WebApplicationFactory and Testcontainers, xUnit v3 patterns, and snapshot testing with Verify. Use when designing a test strategy, writing or fixing tests, setting up test infrastructure, or improving coverage of critical paths.

codewithmukesh/dotnet-claude-kit · 59 tokens

pact-test-engineer

Use this agent to create and run tests: unit tests, integration tests, E2E tests, performance tests, and security tests. Use after code implementation is complete.

Synaptic-Labs-AI/PACT-Plugin · 40 tokens

test-generator

Generates comprehensive test suites using TDD patterns. Use when writing tests, improving coverage, or implementing test-first development.

travisjneuman/.claude · 27 tokens

test-automator

Create comprehensive test suites with unit, integration, and e2e tests. Sets up CI pipelines, mocking strategies, and test data. Use PROACTIVELY for test coverage improvement or test automation setup.

echoVic/blade-code · 46 tokens