From claude-harness
Test-Driven Development workflow'u icin kullan. "/tdd" komutuyla veya "test yaz", "tdd ile yap" ifadesi gectiginde devreye gir. Mevcut bir component/hook/service icin test yazmak istendiginde de kullan.
npx claudepluginhub cagan/claude-harness --plugin claude-harnessThis skill uses the workspace's default tool permissions.
Bu skill, mevcut veya yeni kod icin TDD dongusunu uygular.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Bu skill, mevcut veya yeni kod icin TDD dongusunu uygular.
.claude/project.conf dosyasini oku — CMD_TEST, DIR_SRC, FILE_EXT_TEST degerlerini al.
Projenin test dosya pattern'ine uygun olustur (project.conf'daki DIR_TESTS ve FILE_EXT_TEST'e bak).
rules/testing-standards.md'ye gore:
Once failing testleri yaz.
CMD_TEST -- --testPathPattern=FileName ile confirm et — fail olmasi beklenen.
Testleri gecirecek minimum kodu yaz.
CMD_TEST calistir — GREEN olana kadar iterate et.
Testler GREEN iken kodu temizle.
CMD_TEST tekrar calistir — GREEN'de kaldigini dogrula.
CMD_TEST -- --coverage --testPathPattern=FileName
Raporu kullaniciya goster.