Debug Pipeline — AI Media Runbook
Structured diagnostic for when the generation pipeline breaks.
Quick Diagnostic
Run the full check first:
bash "${CLAUDE_SKILL_DIR}/scripts/check-pipeline.sh" all
Or target a specific component:
bash "${CLAUDE_SKILL_DIR}/scripts/check-pipeline.sh" generator
bash "${CLAUDE_SKILL_DIR}/scripts/check-pipeline.sh" worker
bash "${CLAUDE_SKILL_DIR}/scripts/check-pipeline.sh" review-app
bash "${CLAUDE_SKILL_DIR}/scripts/check-pipeline.sh"
[Description truncada. Veja o README completo no GitHub.]