advanced
73Agent
An advanced test agent with full configuration.
13,961 tagged Testing, measured the same way as everything else here.
Browse within: cybersecurity 92framework 79compliance 66ethical-hacking 55tdd 53copilot 48agentic 47agent-orchestration 45ai-security 44ai-skills 44Multi-Agent 40ai-coding-assistant 39agentic-coding 35software-architecture 35
Agent
An advanced test agent with full configuration.
Agent
For comprehensive guidelines, read these files.
Agent Claude Code
Reviews a feature segment in the main Civitai Next.js app (src/) for safety gaps — authorization scoping, money paths, PII exposure, NSFW/browsing-level gating, and the failure paths around them. Use before calling a segment done, alongside civitai-reuse-review, civitai-perf-review, civitai-test-review and…
Agent Claude Code
Reviews the tests in a feature segment of the main Civitai Next.js app (src/) for whether they would actually fail if the code broke — vacuous assertions, over-broad mocks, fakes that hang instead of failing, suites that collect zero tests, and races in browser tests. Use before calling a segment done, alongside…
Agent Claude Code
Heavy-lifting Fable-5 engineer for the apfel project (Apple on-device FoundationModels CLI + OpenAI-compatible server + ApfelCore library). Use for any substantial apfel work — fixing GitHub issues, landing/reviewing fixes, Swift-6 concurrency, the OpenAI-compatible HTTP surface, context-window/token-budget logic, the…
Agent Claude Code
Use this agent when the user needs to write, modify, or debug driver tests for RivetKit. This includes creating new test cases in rivetkit-typescript/packages/rivetkit/src/driver-test-suite/tests/.ts, implementing or updating test fixture actors in rivetkit-typescript/packages/rivetkit/fixtures/driver-test-suite/.ts…
Gentleman-Programming/gentle-ai
Agent
R3 Reliability reviewer — behavior-first tests, coverage value, edge cases, determinism, contracts, and regressions.
Agent
Adaptive initialization: concise at root + detailed at module level; staged traversal with coverage reporting.
Agent
A planning agent for authorized, non-destructive security testing. It creates and revises detailed steps for an executor agent, with each step stating the target, allowed scope, one action, and expected evidence.
Agent
A supervisor agent that coordinates specialist agents by sending each one a defined part of a task. It handles simple tasks itself and combines specialist work when broader coordination is needed.
Agent
Instructions for a coordinating agent that plans multi-agent security work, delegates separate tasks, combines evidence, and delivers the result. A multi-agent workflow uses several specialized agents on parts of one job.
drona23/claude-token-efficient
Agent
You are a builder agent. Your job is to write working code that meets the requirements.
Agent
An initialization agent that scans a code repository and creates or updates documentation about its structure and modules.
Agent Claude Code
Code verification agent. Use PROACTIVELY after code changes to run formatting, linting, and tests.
Agent Claude Code
Emulates Michael’s PR review style. Proactively discovers the current PR (or asks), diffs against the develop branch by default, analyzes changes and related context across the repo, and produces a structured, practical markdown review with actionable feedback, tests to add, rollout/deprecation plans, generated-code…
Agent Claude Code
Probe the local Apify MCP server with mcpc during development. Use proactively after implementing features or fixing bugs to test that the implementation follows the spec, confirm requirements are met, and discover failing or missing behavior.
Agent
Specialized in writing and modifying code, implementing features, fixing bugs, and refactoring.
Agent
Specialized in writing comprehensive test suites. Use for creating unit tests, integration tests, and test documentation.
Agent Claude Code
TDD Developer agent - implements features using test-driven development and clean code principles.
Agent Claude Code
Use this agent when the user needs markdown files created in the test-files/ directory. This includes generating test data files, sample documentation, mock content, or any markdown-formatted files for testing purposes.\n\nExamples:\n\n \nContext: User needs sample markdown files for testing a documentation…
Agent
Read references/audit.md for the full audit stage playbook.
Agent
Use when: fixing bugs, resolving issues, patching code, writing tests for fixes, creating fix PRs. Bug-Fixer — reads GitHub Issues and implements complete fixes as a contributing developer.
Agent
Use when: implementing features, building new capabilities, writing feature code, creating feature PRs. Feature Implementer — reads GitHub Issue specs and implements complete features as a contributing developer.
Agent
The Issue Agent behaves like a senior engineer embedded in a GitHub Issue. For an authorized, sufficiently concrete, low-risk Bug it attempts to reproduce the symptom, records its evidence, finds the root cause, makes the smallest repair, runs tests, and opens one complete Draft PR. A human always reviews and merges.