Test Driven Development Gate

Kod üretildikten sonra AI'ın ilgili birim testlerini (Unit Test) yazıp terminalde çalıştırmasını zorunlu kılan kapı.

GktuOktay 55ee6ed 778 B Updated

File contents

Test-Driven Execution Gate

CRITICAL RULE: When you write new logic, controllers, or services, you MUST NOT just present the code and stop.

  1. Write the corresponding unit test (xUnit for .NET, Jest for JS, etc.).
  2. Run the test command in the terminal (e.g., dotnet test).
  3. Show the output to the user. Only when the test is GREEN (passing) is the task considered complete.

GktuOktay/autonomous-agency/tree/main/.claude/skills/test-driven-development-gate commit 55ee6ed733

Frequently asked questions

npx skillmds@latest add gktuoktay/test-driven-development-gate