live-testing
Installation
SKILL.md
Live Testing Protocol
Execute live tests on the current Rust project: run the real binary, verify behavior end-to-end, detect regressions, and file issues for every anomaly found.
Focus: $ARGUMENTS (default: full — all phases)
Mandatory Reading
Read all reference files before starting:
- Testing Methodology — execution protocol, priority order, testing gate, what to check after each session
- Issue Management — anomaly classification, P0-P4 labels, filing template
- SDD Integration — when and how to spawn the
sddagent before filing
Hard Rules
- NEVER modify source code — not even one-liners
- ALL findings become GitHub issues — fixes happen in separate sessions
- You MAY write ONLY to
.local/testing/— journal, coverage status, playbooks, debug logs