tdd-workflow
π―Skillfrom sakataka/tetris-game2
Guides test-driven development for Tetris game logic, emphasizing property-based testing, Result<T,E> pattern, and comprehensive test coverage.
Part of
sakataka/tetris-game2(6 items)
Installation
bun installbun run devbun run dev # Development serverbun run format # Format code (write)bun run format:check # Check formatting+ 5 more commands
Skill Details
Test-driven development guidance for Tetris game logic. Use when writing tests, fixing test failures, improving test coverage, or implementing game mechanics. Auto-triggers on phrases like "write a test", "test this function", "improve coverage", "fix failing tests", or "add game logic". Emphasizes Result<T,E> pattern and property-based testing with fast-check.
More from this repository5
typescript-strict skill from sakataka/tetris-game2
react-component-design skill from sakataka/tetris-game2
i18n-completeness skill from sakataka/tetris-game2
architecture-compliance skill from sakataka/tetris-game2
build-pipeline skill from sakataka/tetris-game2