run-puzzle-tests
Installation
SKILL.md
Run Puzzle Tests
Run the jigsawR test suite and interpret results.
When to Use
- After modifying any R source code in the package
- After adding a new puzzle type or feature
- Before committing changes to verify nothing is broken
- Debugging a specific test failure
Inputs
- Required: Test scope (
full,filtered, orsingle) - Optional: Filter pattern (for filtered mode, e.g.
"snic","rectangular") - Optional: Specific test file path (for single mode)
Procedure
Related skills