CtrlK
BlogDocsLog inGet started
Tessl Logo

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.

67

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/add-bug/SKILL.md
SKILL.md
Quality
Evals
Security

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.
Repository
remotion-dev/remotion
Last updated
First committed

Is this your skill?

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.