tdd-claude-codex
313Command
TDD workflow: Claude writes tests first, implements, Codex reviews.
2,999 tagged Testing, measured the same way as everything else here.
Browse within: agentic-workflow 44claude-plugin 33ai-development 32agentic-coding 31code-quality 31spec-driven-development 27agent-orchestration 26agent-framework 25ai-assistant 25agentic 21ai-workflow 21Multi-Agent 20claude-code-skills 20documentation 20
Command
TDD workflow: Claude writes tests first, implements, Codex reviews.
Command
TDD workflow: Claude writes tests, Codex/Claude implements, Claude reviews.
Command Claude Code
Run a single RED → GREEN → REFACTOR TDD cycle for a specific requirement.
HaipingXu/social-science-claude-scholar
Command
Enforce test-driven development workflow. Scaffold interfaces, generate tests FIRST, then implement minimal code to pass. Ensure 80%+ coverage.
Command
Phase 8A: Creates a comprehensive test plan from feature artifacts. Asks about test types (smoke, E2E Playwright, API/integration, regression), environment setup, credentials, auto-detects project test framework, and generates test cases mapped to user stories. Saves to features/ /testing/. Use with: "create test…
Command
Phase 8B: Executes test cases via playwright-cli (interactive browser agent), tracks bugs in bugs/ .md, auto-fixes P0/P1 bugs and retests, performs gap analysis when bugs require spec changes. Loop continues until all P0/P1 bugs closed and exit criteria met. Use with: "run tests", "execute tests"…
solanabr/solana-vault-standard
Command Claude Code
Run TypeScript tests for Solana frontends and Anchor programs.
Command Claude Code
You are tasked with solving a GitHub issue using Test-Driven Development (TDD) methodology.
holgerleichsenring/agent-smith
Command Claude Code
Smoke-test the agent-smith CLI binary + docker-compose for api-scan / security-scan / fix-bug. Catches regressions that escape the unit test suite.
Command Claude Code
A command for running backend tests, which check whether the server-side parts of an application work as expected. It requires a test-information section and can target named services or all services.
Command Claude Code
Preview which changed files trigger the three-gate rule and may need tests.
Command Claude Code
Evaluate changes against the three-gate rule and write invariant tests only when a gate applies.
Command Claude Code
Prove properties about formal's own pure functions, using formal.
Command Codex
Use for architecture design, software implementation, debugging, refactoring, and test automation.
Command Claude Code
Run the full CI verification gate locally.
Command Claude Code
Run an invariant-based fuzzing campaign: Understand → Extract Invariants → Generate Foundry Tests → Run & Fix Iteratively → Report.
Command Claude Code
Typecheck (build) and run the test suite; report the result in one line.
Command
Run the full validation pipeline and output a pass/fail checklist.
Command
Replay recorded AI traces to detect behavioral drift between model versions.
Command Claude Code
Build and test the repository without making unnecessary code changes.
Command
Apply specs, generate code, implement handlers with test-driven iteration.
Command
Test orchestration with behavior observation and iterative fixing.
codingthefuturewithai/mcp-cookie-cutter
Command Claude Code
Generate comprehensive unit and integration tests for MCP tools by studying test patterns.
upex-galaxy/agentic-qa-boilerplate
Command Claude Code
Explain existing automated tests and assertions without editing code.