mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Helps a user break down a broad or ambiguous requirement into concrete, testable behaviors.
A GitHub Copilot TDD harness that enforces RED→GREEN→COMMIT→REFACTOR workflow using native Copilot extensibility: hooks, agents, skills, and prompt files.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Helps a user break down a broad or ambiguous requirement into concrete, testable behaviors.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Guides the creation of an atomic commit after the green phase. Enforces one-commit-per-green, clear messages, and no scope creep. Loads detailed rules from asset files.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Guides the orchestration of a single TDD cycle (Red → Green → Commit → Refactor) for a scenario slice. Defines contract handoffs, escalation, and progressive context disclosure. Specifies how to load and reference phase skills and assets.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Guides the implementation of the simplest code to pass the current failing test. Enforces minimal change, no test edits, and commit discipline. Loads detailed rules from asset files.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Plans the next concrete behavior for TDD before RED begins. Use when a task is broad, ambiguous, or needs to be decomposed into the smallest falsifiable next slice with edge cases considered first.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Guides the creation of a single failing behavior test for a scenario slice. Enforces one-behavior-per-test, readable assertions, and correct failure detection. Loads detailed rules from asset files.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Guides the improvement of code and tests after green. Enforces behavior preservation, readability, and helper/builder introduction. Loads detailed rules from asset files.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Configure TDD harness for this project. Uses exemplar test and production code plus LLM analysis to extract project patterns, then interviews you to fill any gaps. Generates .github/instructions/tdd-patterns.instructions.md and stage-specific pattern assets.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Runs the expected verification command for a TDD step, compares the observed result with the declared expectation, and reverts only the scoped changes when verification disproves the step.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Enforces a strict Red-Green-Refactor-Commit TDD workflow. Use when making any code changes or adding behavior. Guides the RED→GREEN→COMMIT→REFACTOR cycle with one-test-per-cycle discipline, edge-case-first ordering, minimal green implementations, and explicit verification checkpoints.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: