narration-qa

Automate narration QA by verifying ElevenLabs audio transcription with Gemini Flash.

345|12|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/minicoohei/ai-agent-camp --skill narration-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: narration-qa
Source: https://github.com/minicoohei/ai-agent-camp/tree/main/.claude/skills/narration-qa
Command: npx skills add https://github.com/minicoohei/ai-agent-camp --skill narration-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically validates the quality and transcription accuracy of narration audio generated via ElevenLabs, reducing manual QA effort and ensuring alignment with script.

Core Features & Use Cases

  • Automated narration QA: verifies spoken output against provided scripts using Gemini Flash transcription and NG/Pass decision logic.
  • End-to-end workflow: handles pre- and post-processing, TTS configuration, duration checks, regeneration loops, and final audio mixing.
  • Use cases: MV narration production tasks requiring reliable quality checks, transcription alignment, and QA reporting.

Quick Start

Trigger the narration-qa skill after generating narration to automatically validate transcription accuracy and report QA results.

Frequently Asked Questions about narration-qa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate narration quality assurance for ElevenLabs text-to-speech audio?

Automate narration quality assurance by using Gemini Flash to verify spoken audio against source scripts, applying configurable TTS settings and a bounded retry loop to correct transcription misalignments.

Can I automatically regenerate ElevenLabs audio if the transcription verification fails?

Yes, when transcription verification fails, the workflow triggers a bounded retry loop that automatically regenerates the ElevenLabs audio until it passes quality checks or reaches the limit.

What is the best way to verify TTS transcription accuracy against a provided script?

The best way to verify TTS transcription accuracy is to use Gemini Flash transcription to analyze the spoken audio and apply NG/Pass decision logic against the original script.

How does the narration QA process handle pre and post-processing for audio mixing?

The narration QA process handles end-to-end audio mixing by managing pre-processing, post-processing, duration checks, and final audio mixing alongside the transcription verification loop.

Does the automated audio QA workflow support configurable text-to-speech settings?

Yes, the automated audio QA workflow supports configurable TTS settings to customize ElevenLabs generation parameters before validating the final narration output.