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 sdd agent before filing

Hard Rules

  1. NEVER modify source code — not even one-liners
  2. ALL findings become GitHub issues — fixes happen in separate sessions
  3. You MAY write ONLY to .local/testing/ — journal, coverage status, playbooks, debug logs
Installs
1
GitHub Stars
7
First Seen
Apr 24, 2026
live-testing — bug-ops/claude-plugins