video-quality-auditor
Automates video quality audits for Remotion projects, providing batch fixes and professional reports.
Install
mkdir -p .claude/skills/video-quality-auditor && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14406" && unzip -o skill.zip -d .claude/skills/video-quality-auditor && rm skill.zipInstalls to .claude/skills/video-quality-auditor
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Audit code-first cho Remotion source và render plan (ưu tiên overlay readability + safe-area), gom toàn bộ lỗi mỗi pass rồi áp dụng batch fix một thể, lặp tối đa 3 pass và xuất báo cáo TOML + HTML tiếng Việt.Key capabilities
- →Audit Remotion source and render plans for overlay quality
- →Prioritize overlay readability and safe-area compliance
- →Collect all errors in each audit pass before applying fixes
- →Apply batch fixes to resolve identified issues
- →Generate audit reports in TOML and HTML formats
- →Iterate through a maximum of three audit passes
How it works
This skill performs code-first audits on Remotion projects to identify overlay quality issues, collects all errors in a pass, applies a single batch fix, and iterates for up to three passes, generating detailed reports.
Inputs & outputs
When to use video-quality-auditor
- →Audit video overlay readability
- →Fix safe-area display issues
- →Generate video quality report
About video-quality-auditor
Performs code-first audits on video composition files. It calculates optimal positioning and readability, applies batch fixes to resolve errors, and exports detailed reports.
Audit code-first cho Remotion source và render plan (ưu tiên overlay readability + safe-area), gom toàn bộ lỗi mỗi pass rồi áp dụng batch fix một thể, lặp tối đa 3 pass và xuất báo cáo TOML + HTML tiếng Việt.
When not to use it
- →When the video source is not Remotion
- →When the user does not want to improve overlay quality or safe-area compliance
- →When the task is outside the scope of changing script content or source assets
Limitations
- →Maximum of 3 audit passes allowed
- →Prohibited from changing script/storyline content
- →Forbidden from changing source assets or adding new stages
How it compares
This skill automates the process of auditing and batch-fixing Remotion video overlays for readability and safe-area compliance, providing a structured, iterative approach that differs from manual, piecemeal adjustments.
Compared to similar skills
video-quality-auditor side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| video-quality-auditor (this skill) | 0 | 1mo | Review | Advanced |
| webapp-testing | 353 | 3mo | Review | Intermediate |
| ui-ux-expert-skill | 91 | 9mo | Review | Advanced |
| skill-creator | 128 | 3mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
webapp-testing
anthropics
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
ui-ux-expert-skill
fercracix33
Technical workflow for implementing accessible React user interfaces with shadcn/ui, Tailwind CSS, and TanStack Query. Includes 6-phase process with mandatory Style Guide compliance, Context7 best practices consultation, Chrome DevTools validation, and WCAG 2.1 AA accessibility standards. Use after Test Agent, Implementer, and Supabase agents complete their work.
skill-creator
anthropics
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
python-testing-patterns
wshobson
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
dependency-upgrade
wshobson
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
motion-canvas
davila7
Complete production-ready guide for Motion Canvas with ESM/CommonJS workarounds, full setup templates, and troubleshooting for programmatic video creation using TypeScript