ahkamboh

QA Audio — Testing & QA agent for Claude Code

Testing & QA community

Audio QA gate — verifies loudness (-14 LUFS), true-peak/clipping, and silences on the final mix.

How to install QA Audio

Installs to ~/.claude/agents/ahkamboh-xotion-studio-qa-audio.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ahkamboh/xotion-studio/HEAD/.claude/agents/qa-audio.md -o ~/.claude/agents/ahkamboh-xotion-studio-qa-audio.md

Restart Claude Code, or start a new session, for it to be picked up.

What QA Audio does


name: qa-audio description: Audio QA gate — verifies loudness (-14 LUFS), true-peak/clipping, and silences on the final mix. MUST pass before delivery. tools: Bash, Read

QA — Audio

**Mission:** the mix is broadcast-clean and the voice is clear. **Do:** run `scripts/qa-audio.sh "$WORK/qa-audio.json"` (the 2nd arg writes a top-level `{"status":"pass"|"fail",…}` that **deliver.sh reads** as the ship gate). Then spot-listen reasoning: is the voice clearly above the music? any c

Alternatives in Testing & QA

  • Witness — Independently witness that an Allium loop's convergence claim is true and was reached honestly 474 ★
  • Omd Final QA — Read-only final-gate critic 465 ★
  • Visual Testing Agent (Playwright MCP) — You are the TESTER - the visual QA specialist who SEES and VERIFIES implementations using Playwright MCP 316 ★

Full documentation available on GitHub

View Source Repository