video-quality-auditor

Audit Remotion video overlay readability and safe-area compliance with Python scripts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bachdyon/video-automator-skills --skill video-quality-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-quality-auditor
Source: https://github.com/bachdyon/video-automator-skills/tree/main/skills/video-quality-auditor
Command: npx skills add https://github.com/bachdyon/video-automator-skills --skill video-quality-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tomllib, re, subprocess, math, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the audit of video overlay quality, ensuring readability and safe-area adherence before rendering, saving time and reducing manual corrections.

Core Features & Use Cases

  • Automated Overlay Audit: Performs code-first audits on Remotion source code and render plans.
  • Batch Fixes: Applies batch fixes for common issues like overlay readability and safe-area violations.
  • Multi-Pass Process: Iteratively improves overlay quality through up to 3 passes.
  • Use Case: Before final rendering, use the video-quality-auditor skill to automate the quality check and correction of video overlay elements, ensuring consistent and high-quality outputs.

Quick Start

Run the video-quality-auditor skill with the following command: ./scripts/audit_video.py --job jobs/<job_id> --pass-index 1.

Frequently Asked Questions about video-quality-auditor

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

FAQPage Schema
How do I audit Remotion video overlay readability and safe-area compliance?

To audit Remotion video overlay readability and safe-area compliance, run the provided Python script against your project files. The script performs a code-first audit of your source code and render plans, checking for violations and applying batch fixes iteratively across up to three passes.

What is a code-first video overlay quality audit?

A code-first video overlay quality audit analyzes your Remotion source code and render plans directly instead of evaluating rendered output. This approach identifies readability issues and safe-area violations programmatically before rendering, enabling automated batch fixes to overlay elements.

Can I automate safe-area violation fixes for my Remotion project?

Yes, you can automate safe-area violation fixes for your Remotion project using the multi-pass Python script. It applies batch fixes to common overlay readability and safe-area issues, iterating up to three passes to gradually improve overlay quality and ensure adherence to standards.

Do I need specific configuration files to run the video quality audit?

Yes, running the video quality audit requires Remotion project files and a specific configuration setup. The script uses a job configuration file and requires a pass index argument to execute the iterative correction process correctly across your render plans.

When should I run a safe-area and overlay readability check?

You should run a safe-area and overlay readability check before final rendering. Executing the audit at this stage saves time and reduces manual corrections by ensuring video overlay elements meet quality standards prior to output generation.

What are the limitations of automated video quality auditing?

Limitations of automated video quality auditing include a maximum of three iterative passes for applying fixes. The process requires Python dependencies like subprocess and math, and relies entirely on static code analysis rather than visual inspection of rendered frames.