highlight-verifier
Installation
SKILL.md
Highlight Verifier
Overview
Runs ffprobe QA checks over an exported highlight MP4 to ensure it meets requirements.
When to Use
- After
highlight-cuttercompletes its render.
AI Instructions
- Find
[SKILL_ROOT]: Look at the<skill location="...">XML tag at the top of your prompt. Strip the filenameSKILL.md(or with backslashes\on Windows). Replace all\with/. The result is[SKILL_ROOT].
- Find
verify_highlight.pyin the skill's scripts directory:[SKILL_ROOT]/scripts/verify_highlight.py. - Run it against the MP4 and JSON plan:
python3 "[SKILL_ROOT]/scripts/verify_highlight.py" path/to/highlight.mp4 path/to/plan.json - Read the stdout report (it will be ~5 lines).
- Inform the user if it PASSes or FAILs.
Iron Rule: Token Budget Policy
🚫 The AI MUST NEVER read the plan JSON file or ffprobe JSON output with
view_file,read_file, or any file-reading tool at any stage.