
from dotfiles26
Enforces a TDD workflow for development: write tests first, aim for 80%+ coverage across unit, integration, and E2E tests, and follow a repeatable RED-GREEN-REF
Provides a structured test-driven development workflow for software projects. It prescribes writing tests before implementation, achieving a minimum coverage threshold, and following steps to write user journeys, create failing tests, implement minimal code to pass tests, and then refactor. The skill includes patterns and code examples for unit, integration, and E2E tests.
Use during feature development, bug fixes, or refactors where high test coverage and predictable QA are required. Applicable to libraries, web apps, and backend services where automated tests validate critical flows.
references/ folder exists with supporting examples and test patternsWorks best with developer-focused agents that can author code and tests, run test suites, and report coverage (CI-integrated agents or local development automation agents).
A TypeScript/Jest/Playwright-focused TDD workflow skill that provides structured guidance on RED-GREEN-REFACTOR cycle with code examples. No bundled scripts — purely instructional. Well-organized with clear steps and test patterns, but examples are partly pseudo-code and the skill is tightly coupled to a specific testing stack, limiting broader applicability.
Clean instructional skill with no security concerns. Monolithic SKILL.md with no scripts/references separation. Could benefit from being stack-agnostic or covering multiple frameworks. The user-invocable: false frontmatter means it's agent-triggered only, which makes sense for a workflow enforcer.