testing_protocol
Installation
SKILL.md
Testing Protocol Skill System Prompts
When using the Testing Protocol skill, follow these patterns for effective test execution.
Modified-Code Protocol
Step 1: Identify Modified Files
The smart_test_runner automatically detects:
- Staged files (git diff --cached --name-only)
- Unstaged files (git diff --name-only)
- Untracked files (git ls-files --others)