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 value
  • fastForwardTimer(seconds) - Decrease timer by specified amount
  • triggerGameOver() - Force game over condition

See references/timer-commands.md for detailed command usage.

Testing Workflow

Installs
7
GitHub Stars
2
First Seen
Mar 18, 2026
timer-testing-patterns — pmarashian/cursor-agent-skills