Skip to main content
Back to registry

tdd-test-writer

am-will/codex-skills

Use this skill to complete the RED phase of TDD: define behavior with tests first, verify they fail for the right reason, then hand off implementation with objective pass criteria.

Installs861
Install command
npx skills add https://github.com/am-will/codex-skills --skill tdd-test-writer
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use this skill to complete the RED phase of TDD: define behavior with tests first, verify they fail for the right reason, then hand off implementation with objective pass criteria. Use this skill when the user asks for: Return a block that implementation agents must follow. The handoff must include: - test-first development - TDD / RED-GREEN-REFACTOR workflow - writing tests that implementation agents must satisfy - bugfixes that need regression tests before code changes - Do not modify production code while running this skill. - Use subagent role tdd_test_writer for RED-phase test authoring whenever available. - Write behavior-focused tests, not placeholders. - Every new/updated test must fail before handoff. - Failures must come from missing or incorrect production behavior, not broken tests. - Prefer deterministic, targeted test commands over full-suite runs when possible.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does tdd-test-writer do?

Use this skill to complete the RED phase of TDD: define behavior with tests first, verify they fail for the right reason, then hand off implementation with objective pass criteria.

Is tdd-test-writer good?

tdd-test-writer does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does tdd-test-writer work with?

tdd-test-writer currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, amp, cline, github-copilot.

What are alternatives to tdd-test-writer?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install tdd-test-writer?

npx skills add https://github.com/am-will/codex-skills --skill tdd-test-writer

Related skills

More from am-will/codex-skills

Related skills

Alternatives in Software Engineering