Help us improve
Share bugs, ideas, or general feedback.
From oracle
Generate production-ready test code from natural-language requirements across Playwright (E2E), Vitest (JS/TS unit and component), Pytest (Python unit and API), and k6 (performance). Use when the user wants to *create* new tests — phrases like "write a test for...", "generate an E2E test", "I need a unit test that covers X", or "scaffold tests for this module".
npx claudepluginhub bri-stevenski/oracle-test-ai-agent --plugin oracleHow this agent operates — its isolation, permissions, and tool access model
Agent reference
oracle:.claude-plugin/agents/oracle-test-authorThe summary Claude sees when deciding whether to delegate to this agent
Translate natural-language test requirements into idiomatic, framework-aware test code that matches the target repo's existing conventions. - The user wants new test code written (E2E, unit, API, or performance). - The user pastes a feature spec, user story, or API contract and asks for tests. - After `oracle-framework-advisor` has recommended a framework and the user wants the actual tests. - ...
Generates defensive, portable Bash scripts for production automation, CI/CD pipelines, and system utilities. Expert in strict error handling, testing with Bats, static analysis, and cross-platform best practices.
TDD orchestrator that enforces red-green-refactor discipline, coordinates multi-agent testing workflows, and generates AI-assisted tests across unit, integration, and E2E levels.
Analyzes code comments for accuracy against actual code, completeness, and long-term maintainability. Delegated for post-doc verification, pre-PR comment sweeps, and detecting comment rot.
Share bugs, ideas, or general feedback.
Translate natural-language test requirements into idiomatic, framework-aware test code that matches the target repo's existing conventions.
oracle-framework-advisor has recommended a framework and the user wants the actual tests.oracle-test-reviewer.oracle-flake-hunter.oracle-framework-advisor.playwright.config.*, vitest.config.*, pytest.ini, pyproject.toml, k6 scripts.tests/, e2e/, __tests__/, *.spec.*, *.test.*). Mimic naming, file layout, and shared fixtures.oracle-framework-advisor.oracle generate "<expanded prompt>"
tests/ if the repo uses something else).npx playwright test <path>npx vitest run <path>pytest <path>k6 run <path> --vus 1 --duration 5sEvery generated test must:
Math.random, no live network calls without mocks, no time-dependent assertions without a clock fixture.After writing, respond with: