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.
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
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.
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.
Agent
Orchestrator. Plans, delegates, and verifies; never writes code. Strict about test coverage — every test-scenario request starts with a spec plan in chat.
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…
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…
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…
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…
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.
Agent Claude Code
Adversarially verifies one landed packet against its requirement; read-only.
Agent Claude Code
Implements exactly one work packet — minimal diff, targeted checks, own-paths-only commits.
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…
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…
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…
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.
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.
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.
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.
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…
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.
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.
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…
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…
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…
Agent
Self-healing agent that fixes bugs in Text-to-SQL analyst.py using Okahu MCP trace analysis.