Runs all unit tests (Jest) and Python evaluations (tests/eval/run_evals.py) for the AstroTyper project, then reports the results. Does NOT refactor or fix any failures unless explicitly asked.
Analyzes uncommitted changes, formats a concise changelog, and automatically runs git add and git commit.
Performs a systematic STRIDE threat modeling assessment on the current project's codebase and architecture. Use this when starting a new implementation phase or reviewing existing components.
A workflow for fixing bugs using Test-Driven Development (TDD). Trigger this when the user describes a bug and wants you to do TDD or Red-Green-Refactor.
A skill to autonomously play the AstroType game in a Chromium browser at a specific WPM.
Analyzes recent code changes and updates the game_design_spec.md, implementation_plan.md, and task.md to ensure the documentation stays perfectly synchronized with the actual implementation. Summarizes all changes made.