Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Drive a fixed suite of spoken tests against a voice agent ("subject") from a co-located machine ("prober"), measure response latency / clarity / accuracy, diff against baseline, and report to the owner over Telegram.
.claude/skills/sonichi-voice-agent-test-harness/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 24% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 43% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 96% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -41% | 0% |
Drive a fixed suite of spoken tests against a voice agent ("subject") from a co-located machine ("prober"), measure response latency / clarity / accuracy, diff against baseline, and report to the owner over Telegram.
Design: docs/voice-agent-test-framework.md
> v1 (macOS). Real audio path: TTS via gemini-tts + afplay, mic capture via sox rec (CoreAudio), voice-onset via numpy RMS, STT + judge via Gemini (Sutando-standard, GEMINI_API_KEY). Manual trigger; reports to owner only. Each prober-side component is tested; the full closed loop needs the second laptop speaking.
So that a half-SKIPPED suite is never mistaken for "mostly fine," here is exactly what executes through the real acoustic path now versus what is stubbed or excluded. A captured live run is committed at examples/run-2026-06-06.json.
| Capability | Status today | |---|---| | Single-answer suite (test_cases.yaml, core-v1) — speak → capture → onset → Gemini STT → judge → score | ✅ Wired. Every row runs end-to-end on real audio; pass / fail / partial / no_response are all measured outcomes, not stubs. | | Latency / clarity / accuracy scoring + baseline diff + Telegram roll-up | ✅ Wired — computed on real captured turns. | | timer action test — real side-effect verify (waits, listens for the alarm) | ✅ Wired. | | Multi-turn workflow turns (workflow_cases.yaml, e.g. the developer code-change flow) | ⚠️ Partial. The spoken handling is captured and judged; remote side effects (branch/test/cleanup) are not observable from the prober, so these score wording only. | | Gmail / CRM workflow turns | ⛔ Excluded — unfinished test setup; omitted from results, not reported as failures. | | Daily auto-scheduling | ⛔ Not wired — manual trigger only. |
bash cd ~/GitHub/sutando/skills/voice-agent-test-harness python3 scripts/run_suite.py --quick # --quick shortens the 2-min timer wait to 30s
--deliver to send the report to your Telegram.Useful flags:
bashpython3 scripts/run_suite.py --only arithmetic # one test by id python3 scripts/run_suite.py --dry-run # no audio/model; canned data (CI/sanity) python3 scripts/baseline.py --promote results/voice-test/<date>.json # set regression baseline
SKIPPED, not a fail.Tests with an effect block (the timer) verify the real side effect: after the verbal confirmation, the prober waits the timer duration and listens for the alarm actually firing. Confirmation without an observed effect downgrades to partial.
summon test is agent-specific.results/voice-test/<date>.json — per-test rows (latency, accuracy, clarity, transcript, effect) + suite roll-up (gitignored).--deliver: a Telegram message to the owner — pass rate, p50/p95 latency, clarity, and any regressions vs baseline.| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 8,569 | 7,682 | -10% | 1 | 1 | 0% | 1,401 | 1,263 | -10% | 0 | 0 | — |
case-02 | fail→fail | 19,719 | 2,678 | -86% | 1 | 1 | 0% | 3,817 | 1,299 | -66% | 0 | 0 | — |
case-03 | fail→fail | 4,947 | 5,116 | +3% | 1 | 1 | 0% | 703 | 1,298 | +85% | 0 | 0 | — |
case-04 | fail→pass | 13,945 | 3,030 | -78% | 1 | 1 | 0% | 1,151 | 1,429 | +24% | 0 | 0 | — |
case-09 | fail→pass | 10,662 | 7,518 | -29% | 1 | 1 | 0% | 1,680 | 2,404 | +43% | 0 | 0 | — |
case-05 | fail→pass | 16,749 | 3,585 | -79% | 1 | 1 | 0% | 2,543 | 1,539 | -39% | 0 | 0 | — |
case-06 | fail→pass | 5,143 | 2,427 | -53% | 1 | 1 | 0% | 737 | 1,444 | +96% | 0 | 0 | — |
case-07 | fail→pass | 16,501 | 3,226 | -80% | 1 | 1 | 0% | 2,531 | 1,498 | -41% | 0 | 0 | — |
case-08 | fail→pass | 10,992 | 2,333 | -79% | 1 | 1 | 0% | 1,658 | 1,329 | -20% | 0 | 0 | — |
case-10 | pass→pass | 5,194 | 2,208 | -57% | 1 | 1 | 0% | 723 | 1,263 | +75% | 0 | 0 | — |
case-11 | fail→pass | 22,065 | 1,722 | -92% | 1 | 1 | 0% | 1,656 | 1,290 | -22% | 0 | 0 | — |
case-12 | fail→pass | 7,118 | 1,611 | -77% | 1 | 1 | 0% | 1,114 | 1,250 | +12% | 0 | 0 | — |
case-13 | fail→pass | 13,378 | 2,395 | -82% | 1 | 1 | 0% | 2,071 | 1,413 | -32% | 0 | 0 | — |
case-14 | fail→pass | 14,289 | 3,434 | -76% | 1 | 1 | 0% | 2,188 | 1,471 | -33% | 0 | 0 | — |
case-15 | fail→pass | 9,291 | 1,771 | -81% | 1 | 1 | 0% | 1,405 | 1,346 | -4% | 0 | 0 | — |
case-16 | pass→pass | 7,367 | 1,789 | -76% | 1 | 1 | 0% | 1,076 | 1,296 | +20% | 0 | 0 | — |
case-17 | fail→fail | 16,397 | 2,820 | -83% | 1 | 1 | 0% | 2,582 | 1,261 | -51% | 0 | 0 | — |
case-18 | fail→pass | 5,201 | 1,539 | -70% | 1 | 1 | 0% | 701 | 1,249 | +78% | 0 | 0 | — |
case-19 | fail→pass | 9,126 | 1,566 | -83% | 1 | 1 | 0% | 1,370 | 1,202 | -12% | 0 | 0 | — |
case-20 | fail→pass | 9,050 | 1,844 | -80% | 1 | 1 | 0% | 1,311 | 1,284 | -2% | 0 | 0 | — |
case-21 | pass→pass | 1,893 | 2,063 | +9% | 1 | 1 | 0% | 305 | 1,354 | +344% | 0 | 0 | — |
case-22 | pass→pass | 2,624 | 1,334 | -49% | 1 | 1 | 0% | 446 | 1,244 | +179% | 0 | 0 | — |
case-23 | pass→pass | 2,804 | 1,862 | -34% | 1 | 1 | 0% | 407 | 1,322 | +225% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted, and 22 counted toward the lift figure. The other 1 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +61 percentage points is the difference between those two pass rates over the 22 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.