video-report

Fetch a broken video URL, update NewVideo.tsx, and render a diagnostic report.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/bzellman/earp-kit --skill video-report-bzellman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-report
Source: https://github.com/bzellman/earp-kit/tree/main/skills/system/video-report
Command: npx skills add https://github.com/bzellman/earp-kit --skill video-report-bzellman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a report for a video not working, capturing diagnostic details and a rendered output for quick review.

Core Features & Use Cases

  • Automatically fetches a malfunctioning video URL and generates a structured report
  • Updates NewVideo.tsx src to point to the reported video
  • Renders a Remotion-based visual report using bunx remotion render

Quick Start

Fetch the reported video URL and place it as the src in packages/example/src/NewVideo.tsx, then render the report with bunx remotion render NewVideo --log=verbose.

Frequently Asked Questions about video-report

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

FAQPage Schema
How do I generate a diagnostic report for a malfunctioning video URL?

To generate a video diagnostic report, the tool locates the reported source URL, updates the NewVideo.tsx source file, and invokes bunx remotion render with verbose logging to produce a structured report and rendered preview.

Can I use Remotion to render a visual report for a broken video?

Yes, Remotion is used to render a visual report for a broken video by updating the NewVideo.tsx component with the malfunctioning video URL and executing bunx remotion render to capture diagnostic details.

What's the best way to automate video issue reporting for frontend applications?

Automating video issue reporting involves fetching the broken video URL, injecting it into the NewVideo.tsx file, and running bunx remotion render with verbose logging to generate a structured diagnostic output for quick review.

Do I need to manually update source files before rendering a Remotion video report?

No, the process automatically updates the NewVideo.tsx source file to point to the reported malfunctioning video URL before executing the bunx remotion render command, eliminating manual source file edits.

Why does my video diagnostic report require verbose logging during the render?

Verbose logging is required during the bunx remotion render process to capture detailed diagnostic information, ensuring the generated video report contains sufficient technical data for troubleshooting the malfunctioning video URL.

When should I use an automated video report instead of manual debugging?

An automated video report is ideal when a user submits a broken video URL and requires a quick, structured diagnostic summary alongside a rendered visual preview without manually inspecting the frontend source code.