General

add-bug - Claude MCP Skill

Add a new bug entry to `packages/bugs/api/[v].ts`.

SEO Guide: Enhance your AI agent with the add-bug tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to add a new bug entry to `packages/bugs/api/[v].ts`.... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟5601 stars • 2465 forks
📥0 downloads

Documentation

SKILL.md
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 (after the opening bracket), following the existing format:

```ts
{
    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

Avg rating0.0
Reviews0
Favorites0

Information

Repository
remotion-dev/remotion
Author
remotion-dev
Last Sync
3/12/2026
Repo Updated
3/12/2026
Created
2/2/2026

Reviews (0)

No reviews yet. Be the first to review this skill!