Testing agents

14,100 tagged Testing, measured the same way as everything else here.

Browse within: cybersecurity 92framework 78compliance 66ethical-hacking 55ai-skills 53copilot 52tdd 52agent-orchestration 48ai-security 48agentic 47Multi-Agent 37ai-coding-assistant 37agentic-coding 36agentic-workflow 36

write-tests-agent

49

dotnet/maui

Agent

Agent that determines what type of tests to write and invokes the appropriate skill. Currently supports UI tests via write-ui-tests skill and XAML tests via write-xaml-tests skill.

23k yesterday A 39 tokens original MIT

codebase-explorer

50

coleam00/Archon

Agent Claude Code

Comprehensive codebase exploration - finds WHERE code lives AND shows HOW it's implemented. Use when you need to locate files, understand directory structure, AND extract actual code patterns. Combines file finding with pattern extraction in one pass.

23k 2d ago A 50 tokens original MIT

orchestrator

51

different-ai/openwork

Agent

Orchestrator. Plans, delegates, and verifies; never writes code. Strict about test coverage — every test-scenario request starts with a spec plan in chat.

23k 2d ago A 33 tokens

deployment-engineer

52

czlonkowski/n8n-mcp

Agent Claude Code

Use this agent when you need to set up CI/CD pipelines, containerize applications, configure cloud deployments, or automate infrastructure. This includes creating GitHub Actions workflows, writing Dockerfiles, setting up Kubernetes deployments, implementing infrastructure as code, or establishing deployment…

23k 2d ago A 0 tokens original MIT

n8n-mcp-tester

53

czlonkowski/n8n-mcp

Agent Claude Code

Use this agent when you need to test n8n-mcp functionality after implementing fixes or new features. This agent should be invoked proactively after code changes to validate that the MCP tools work correctly with real n8n workflows. The agent tests the actual MCP server tools, not just unit tests. Examples:\n\n…

23k 2d ago A 375 tokens original MIT

compiler-config

54

compiler-explorer/compiler-explorer

Agent Claude Code

Use this agent for tasks involving compiler configuration in .properties files - adding, removing, modifying, or aliasing compilers. This includes understanding group structures, compiler properties, and maintaining shortlink compatibility when deprecating compilers. USE PROACTIVELY when the user mentions a PR adding…

19k yesterday A 105 tokens original BSD-2-Clause

Forge

55

danielmiessler/LifeOS

Agent

OpenAI-family cross-vendor agent — runs OpenAI's flagship coding model via codex exec (ID resolved from CROSSVENDOR in models.ts, never pinned in prose). TWO MODES set by the spawn prompt. BUILD mode (default) produces production-grade code (writes files, runs tests). AUDIT mode (read-only) is the cross-vendor…

19k 17d ago A 0 tokens original MIT

vision-probe-agent

56

larksuite/cli

Agent

You are a read-only capability probe spawned before a design task tries to read or inspect screenshots. Your only job is to determine whether this Claude Code session's current model/provider can accept image input.

17k 2d ago A 0 tokens original MIT

code-reviewer

57

triggerdotdev/trigger.dev

Agent Claude Code

Adversarially verifies one landed packet against its requirement; read-only.

16k 2d ago A 19 tokens original Apache-2.0

code-writer

58

triggerdotdev/trigger.dev

Agent Claude Code

Implements exactly one work packet — minimal diff, targeted checks, own-paths-only commits.

16k 2d ago A 23 tokens original Apache-2.0

buildkite-expert

59

dagster-io/dagster

Agent Claude Code

Comprehensive Buildkite CI/CD expert for status checks, build introspection, and failure diagnosis. Handles everything from simple status queries to deep error analysis. Examples: Context: User wants to know the current build status. user: 'What's the status of my PR in Buildkite?' assistant: 'I'll use the…

16k 3d ago A 358 tokens original Apache-2.0

pr-update-expert

60

dagster-io/dagster

Agent Claude Code

Expert agent for updating GitHub PRs through optimized AI workflow. Handles thesis collection, diff analysis, and PR body generation with human-AI collaboration approach. Examples: Context: User wants to update their PR with latest changes. user: '/aiupdatepr' assistant: 'I'll use the pr-update-expert agent to update…

16k 3d ago A 184 tokens original Apache-2.0

mobile-dev-inc/Maestro

Agent Claude Code

Use when a Maestro test-android run has failed and a structured per-flow diagnosis is needed without bloating the caller's context. Accepts either a local artifact directory or a GitHub Actions run/job URL. Reads commands JSON, screenshots, and maestro.log; classifies each newly-failing passing/ flow; identifies…

15k 3d ago A 98 tokens original Apache-2.0

frontend-reviewer

62

open-metadata/OpenMetadata

Agent

Review TypeScript/React code changes against OpenMetadata frontend patterns and CI checkstyle rules — ESLint, Prettier, import organization, license headers, i18n sync, Playwright lint, and component architecture.

15k yesterday A 47 tokens original Apache-2.0

java-reviewer

63

open-metadata/OpenMetadata

Agent

Review Java code changes against OpenMetadata backend patterns and Kafka-grade quality standards — method size limits, IntelliJ-level inspections, immutability, granular error handling, and human-readable code.

15k yesterday A 40 tokens original Apache-2.0

prowler-cloud/prowler

Agent

You are a Senior QA Engineer performing triage on GitHub issues for Prowler, an open-source cloud security tool. Read AGENTS.md at the repo root for the full project overview, component list, and available skills.

15k 4d ago A 27 tokens original Apache-2.0

ad-onboard-reviewer

65

NVIDIA/TensorRT-LLM

Agent Claude Code

Independent reviewer for AutoDeploy model onboarding. Validates created model and test files against all onboarding requirements. Use after completing model onboarding work.

15k 2d ago A 33 tokens

perf-test-sync

66

NVIDIA/TensorRT-LLM

Agent Claude Code

Use this agent when the user needs to synchronize performance test cases between development (dev) and QA directories, compare test configurations, update test lists, or analyze gaps between dev and QA perf test coverage. This includes syncing aggregated and disaggregated performance test cases, updating QA test lists…

15k 2d ago A 334 tokens

verifier

67

AgriciDaniel/claude-obsidian

Agent

Fresh-context, read-only verifier for a proposed claude-obsidian change or release. Inspects the requested staged diff, unstaged worktree, explicit paths, or existing release artifact; runs safe deterministic tests and contracts; and reports evidence-ranked findings without modifying Git or repository state.

14k +90 6d ago A 60 tokens original MIT

fba-runner

68

aiming-lab/AutoResearchClaw

Agent

FBA simulation agent. Runs standard FBA, parsimonious FBA, Flux Variability Analysis, and gene/reaction knockout simulations using COBRApy. Use after a validated metabolic model is available and the user wants to compute growth rates, flux distributions, or knockout phenotypes.

14k 13d ago A 62 tokens original MIT

aiming-lab/AutoResearchClaw

Agent

Metabolic phenotype interpretation and publication figure agent. Compares wild-type vs. mutant flux distributions, predicts maximum theoretical product yields, identifies metabolic bottlenecks, and generates publication-quality metabolic maps and charts. Use after flux analysis is complete and the user needs…

14k 13d ago A 64 tokens original MIT

software-engineer

70

Arindam200/awesome-ai-apps

Agent Codex

SWE role definition for /implement-universal. Loaded by the orchestrator at the start of the SWE phase. Implements one workshop ticket from implementyourself/tasks/NNN-slug.groomed.md, populates the skeleton under implementyourself/src/, runs make QA + the ticket's e2e target, and produces a hand-off message in the…

14k 2d ago B 98 tokens original MIT

tester

71

Arindam200/awesome-ai-apps

Agent Codex

Tester role definition for /implement-universal. Loaded by the orchestrator at the start of the Tester phase, on logic tickets only. Trusts the SWE phase's happy-path e2e excerpt (does NOT re-run the Make target), runs at most 1 adversarial break path, walks every Acceptance Criterion with concrete evidence, and emits…

14k 2d ago A 99 tokens original MIT

analyst_v3

72

Arindam200/awesome-ai-apps

Agent

Self-healing agent that fixes bugs in Text-to-SQL analyst.py using Okahu MCP trace analysis.

14k 2d ago A 21 tokens original MIT