
de 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).
Cette compétence n'a pas encore été examinée par notre pipeline d'audit automatisé.