Enforce coverage thresholds AND test quality — coverage without behavioral assertions is meaningless.
xiaolai/tdd-guardian-for-claude
SkillsMP has collected 9 skills from xiaolai/tdd-guardian-for-claude. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 9
- GitHub stars
- 10
- GitHub forks
- 6
Skills in this repository
Showing 9 of 9 collected skills.
Global TDD governance policy. Enforces plan-first development, behavior-driven test quality, and strict completion gates.
Produce findings-first code review with severity ordering, test-gap findings, and test-quality audit.
Orchestrate strict TDD implementation across planner, test designer, spec adversary, implementer, coverage auditor, mutation auditor, and reviewer subagents.
Build a comprehensive test matrix for changed behavior with explicit assertion strategy per case.
Per-language catalog of test runners, coverage tools, coverage formats, mutation tools, and dry-run probe commands. Use when detecting a repository's test tooling or configuring a lane for any language.
Initialize workspace TDD Guardian config — detect test lanes, verify each by dry-run probe, and write the lane configuration.
Test-level taxonomy — which behavior belongs in a unit, integration, e2e, or contract lane, how lanes bind to gate triggers, and how each lane participates in coverage. Use when designing a test matrix, configuring lanes, or deciding where a given test should…
Validate test strength with mutation testing and report weak assertions. Covers the Stryker family (JS/TS, .NET, Scala), PIT (JVM), Infection (PHP), mutmut and cosmic-ray (Python), go-mutesting and gremlins (Go), cargo-mutants (Rust), mutant (Ruby), and muter…