video-report
$
npx mdskill add remotion-dev/remotion/video-reportGenerate video reports for broken links
- Users report videos that are no longer working.
- It uses remotion to render and log errors.
- The agent downloads URLs into NewVideo.tsx.
- Verbose logs confirm successful error reporting.
SKILL.md
.github/skills/video-reportView on GitHub ↗
--- name: video-report description: Generate a report about a video --- When a user reports a video not working, we should download the URL and put it as the `src` in `packages/example/src/NewVideo.tsx`. Then, in `packages/example`, we should run `bunx remotion render NewVideo --log=verbose`.