Kotlin Test banner
jay77721 jay77721

Kotlin Test

Testing community

Description

--- description: Enforce TDD workflow for Kotlin. Write Kotest tests first, then implement. Verify 80%+ coverage with Kover. --- # Kotlin TDD Command This command enforces test-driven development methodology for Kotlin code using Kotest, MockK, and Kover. ## What This Command Does 1. **Define Types/Interfaces**: Scaffold function signatures first 2. **Write Kotest Tests**: Create comprehensive test specs (RED) 3. **Run Tests**: Verify tests fail for the right reason 4. **Implement Code**: Wr

Installation

Installs to ~/.claude/skills/jay77721-my-claude-kotlin-test/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jay77721-my-claude-kotlin-test && curl -fsSL https://raw.githubusercontent.com/jay77721/my-claude/HEAD/commands/kotlin-test.md -o ~/.claude/skills/jay77721-my-claude-kotlin-test/SKILL.md

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

Full documentation available on GitHub

View Source Repository