
Video Report
- 2k installs
- 55.5k repo stars
- Updated August 4, 2026
- remotion-dev/remotion
video-report reproduces Remotion video issues by updating NewVideo.tsx and verbose rendering.
About
The video-report skill from Remotion handles user reports that a rendered video fails or looks wrong. Agents download the reported source URL, set it as the src prop in packages/example/src/NewVideo.tsx, then run bunx remotion render NewVideo --log=verbose from packages/example to capture detailed render diagnostics. This minimal workflow focuses on reproducing issues inside the example package rather than speculative fixes. Use when users file video rendering problems and need a consistent repro command for the Remotion example project.
- Downloads reported video URL into NewVideo.tsx src prop.
- Runs verbose Remotion render from packages/example.
- Targets example package repro path for video bug reports.
- Captures detailed CLI logs for rendering failures.
- Keeps workflow minimal for consistent issue reproduction.
Video Report by the numbers
- 1,960 all-time installs (skills.sh)
- +110 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #245 of 2,245 Frontend Development skills by installs in the Skillselion catalog
- Security screen: HIGH risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
video-report capabilities & compatibility
- Capabilities
- url wiring repro · verbose remotion render · example package workflow
- Use cases
- testing · debugging · video generation
npx skills add https://github.com/remotion-dev/remotion --skill video-reportAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2k |
|---|---|
| repo stars | ★ 55.5k |
| Security audit | 0 / 3 scanners passed |
| Last updated | August 4, 2026 |
| Repository | remotion-dev/remotion ↗ |
How do we reproduce a user-reported Remotion render failure?
Reproduce reported Remotion video bugs by wiring the URL into NewVideo.tsx and rendering with verbose Remotion CLI logs.
Who is it for?
Remotion maintainers triaging example-package video bug reports.
Skip if: General video editing features unrelated to render failures.
When should I use this skill?
User reports a Remotion video not working or broken render output.
What you get
Verbose render logs from packages/example after wiring the reported media URL.
- verbose render log
- video failure report
Files
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.
Related skills
FAQ
Which file gets the video URL?
packages/example/src/NewVideo.tsx src prop.
What render command is used?
bunx remotion render NewVideo --log=verbose from packages/example.
Does this skill fix the bug?
It focuses on reproduction and verbose logs, not automatic repair.
Is Video Report safe to install?
skills.sh reports 0 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.