Add a new Remotion bug entry to packages/bugs/api/[v].ts. Use when the user describes a bug and affected Remotion versions that should be surfaced through the bugs API.
67
80%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/add-bug/SKILL.mdAdd a new bug entry to packages/bugs/api/[v].ts.
The user will describe the bug and the affected version(s). Add the new entry at the top of the bugs array, immediately after the opening bracket, following the existing format:
{
title: '<short title>',
description: '<description with upgrade instruction>',
link: 'https://remotion.dev/changelog',
versions: ['<affected versions>'],
},Rules:
https://remotion.dev/changelog unless the user provides a specific link.1b58387
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.