mit einem Klick
EXACT-Coding-Exercises
EXACT-Coding-Exercises enthält 3 gesammelte Skills von marcoemrich, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Strict Test-Driven Development workflow (Red-Green-Refactor) with configurable human-in-the-loop checkpoints. Invoke when the user explicitly asks to use TDD, do a TDD kata, or follow the Red-Green-Refactor discipline. Do NOT invoke for general coding tasks where the user has not asked for TDD.
Use ONLY when conducting TDD with Red-Green-Refactor phases that require human-in-the-loop checkpoints. Provides the mandatory confirmation rules after each TDD phase.
Use ONLY when working with TypeScript and Vitest test files in this project. Provides rules for test file creation, running tests via npm scripts, and TDD best practices.