mrlarson2007/copilot-tdd-harness

A GitHub Copilot TDD harness that enforces RED→GREEN→COMMIT→REFACTOR workflow using native Copilot extensibility: hooks, agents, skills, and prompt files.

5Stars on the repository
14Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

tdd-commit

02

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.

not rated 5 3mo ago A 36 tokens original MIT

tdd-cycle-runner

03

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.

not rated 5 3mo ago A 49 tokens original MIT

tdd-green

04

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.

not rated 5 3mo ago A 35 tokens original MIT

tdd-planning

05

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.

not rated 5 3mo ago A 45 tokens original MIT

tdd-red

06

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.

not rated 5 3mo ago A 39 tokens original MIT

tdd-refactor

07

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.

not rated 5 3mo ago A 31 tokens original MIT

tdd-setup

08

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.

not rated 5 3mo ago A 53 tokens original MIT

tdd-test-run

09

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.

not rated 5 3mo ago A 41 tokens original MIT

tdd-workflow

10

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.

not rated 5 3mo ago A 60 tokens original MIT

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: