add-bug

SkillDev tools

Lets your agent add a bug entry to Remotion's bugs API file when you describe a bug and affected versions.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the add-bug skill

About this capability

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.

What this skill tells your AI

The instructions your AI receives, as published by remotion-dev/remotion in .agents/skills/add-bug/SKILL.md and read by ahel’s review.

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.

Signals

GitHub stars
59k
Forks
4k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
add-bug
Source
github.com/remotion-dev/remotion