remotion-dev

pr

@remotion-dev/pr
remotion-dev
25,202
1425 forks
Updated 1/7/2026
View on GitHub

make-pr: Open a pull request for the current feature

Installation

$skills install @remotion-dev/pr
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Path.claude/skills/pr/SKILL.md
Branchmain
Scoped Name@remotion-dev/pr

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: make-pr description: Open a pull request for the current feature

Ensure we are not on the main branch, make a branch if necessary.
For all packages affected, run Prettier to format the code:

bunx prettier --experimental-cli src --write

Commit the changes, use the following format:

[package-name]: [commit-message]

For example, @remotion/shapes: Add heart shape.
The package name must be obtained from package.json.
If multiple packages are affected, use the one that you think if most relevant.

Push the changes to the remote branch.
Use the gh CLI to create a pull request and use the same format as above for the title.