timer-testing-patterns
Installation
SKILL.md
Timer Testing Patterns
Overview
Efficiently test timer functionality without waiting for natural countdown. Use test seam commands to manipulate timers directly.
Timer Manipulation
Use test seam commands:
setTimer(seconds)- Set timer to specific valuefastForwardTimer(seconds)- Decrease timer by specified amounttriggerGameOver()- Force game over condition
See references/timer-commands.md for detailed command usage.