test-repo
Installation
SKILL.md
Test Repository Skill
This skill validates the CLI's session management and rewind functionality by running an end-to-end test against a fresh temporary repository.
When to Use
- User asks to "test against a test repo"
- User wants to validate strategy changes (manual-commit)
- User asks to verify session hooks, commits, or rewind functionality
- After making changes to strategy code
Testing Approaches
Automated Testing (recommended for validation):
mise run test:integration
Run the comprehensive integration test suite. Best for verifying correctness after code changes.