Agent Skills: add-bug

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.

UncategorizedID: remotion-dev/remotion/add-bug

Repository

remotion-devLicense: NOASSERTION
58,9764,495

Install this agent skill to your local

pnpm dlx add-skill https://github.com/remotion-dev/remotion/tree/HEAD/.agents/skills/add-bug

Skill Files

Browse the full folder contents for add-bug.

Download Skill

Loading file tree…

.agents/skills/add-bug/SKILL.md

Skill Metadata

Name
add-bug
Description
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.

Add 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:

  • The description should tell users which version to upgrade to.
  • The link should be https://remotion.dev/changelog unless the user provides a specific link.
  • Add the entry at the top of the array so the most recent bugs come first.