Kotlin Tdd banner
TaeseongYun TaeseongYun

Kotlin Tdd

Testing community

Description

# /kotlin-tdd - Test-Driven Development for Kotlin Write tests first, then implement the feature following TDD principles. ## Usage ``` /kotlin-tdd [feature or class to implement] ``` ## Examples ``` /kotlin-tdd UserRepository.fetchUser /kotlin-tdd HomeViewModel load items functionality /kotlin-tdd LoginUseCase with validation ``` ## TDD Cycle ``` šŸ”“ RED → Write failing test 🟢 GREEN → Write minimal code to pass šŸ”µ REFACTOR → Improve code quality ``` ## What This Command Does 1. **A

Installation

Installs to ~/.claude/skills/taeseongyun-everything-claude-code-android-kotlin-tdd/SKILL.md

Terminal
mkdir -p ~/.claude/skills/taeseongyun-everything-claude-code-android-kotlin-tdd && curl -fsSL https://raw.githubusercontent.com/TaeseongYun/everything-claude-code-android/HEAD/commands/kotlin-tdd.md -o ~/.claude/skills/taeseongyun-everything-claude-code-android-kotlin-tdd/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository