api-tester
01Agent
API endpoint testing. Discovery, validation, auth flows, error handling.
Claude Code Agents Prompt templates for Claude Code's subagent system. Run parallel code audits, automate fix cycles, get stuff reviewed. Built for the Claude Code Task tool. Not a framework. Just prompts that work. What This Does Claude Code can spawn subagents via Task(). These are the prompts those agents receive.
Agent
API endpoint testing. Discovery, validation, auth flows, error handling.
Agent
Supervisor agent. Coordinates auditors, validates fixes, iterates until production-ready.
Agent
Navigates running web applications via Chrome integration to find UI bugs, console errors, and UX issues. Uses /chrome tools to interact with localhost or deployed apps.
Agent
Runtime bug scanner. Finds error handling gaps, race conditions, memory leaks, null refs.
Agent
Code quality auditor. Reviews patterns, maintainability, complexity, consistency.
Agent
Implements fixes from FIXES.md. Production-quality code following project patterns.
Agent
Real-time console monitoring during browser sessions. Watches for errors, warnings, and logs as you test.
Agent
Database auditor. Schema design, N+1 queries, indexes, connection pooling.
Agent
Dependency auditor. Outdated packages, vulnerabilities, licenses, unused deps.
Agent
Pre-deployment validation. Build, env vars, dependencies, migrations, health checks.
Agent
Documentation coverage analyzer. Finds missing docs, outdated comments, API gaps.
Agent
Environment configuration validator. Compares .env.example vs .env, checks for secrets.
Agent
Creates prioritized fix plans from audit findings. Generates FIXES.md with deduplication.
Agent
Coordinates browser-qa-agent with code-fixer for complete test-fix-verify cycles. The Replit-style workflow.
Agent
Infrastructure and deployment checker. Env vars, headers, database config.
Agent
Performance auditor. Bundle size, Core Web Vitals, slow queries, memory leaks.
Agent
Pull request description generator. Summarizes changes, creates checklist.
Agent
Comprehensive security analysis. OWASP Top 10, injection, auth, secrets, headers.
Agent
Test data generator. Creates realistic seed data based on schema.
Agent
SEO and discoverability auditor. Meta tags, OpenGraph, sitemap, structured data.
Agent
Runs tests and validates fixes. TypeScript, lint, unit tests.
Agent
Auto-generates tests for existing code. Unit tests, integration tests, coverage gaps.
Agent
UI/UX consistency and accessibility checker. Design patterns, a11y issues.
Agent
Screenshot comparison for visual regression testing. Captures before/after states and reports differences.