Agent skill
make-pr
Open a pull request for the current feature
Install this agent skill to your Project
npx add-skill https://github.com/remotion-dev/remotion/tree/main/.claude/skills/pr
SKILL.md
Ensure we are not on the main branch, make a branch if necessary.
For all packages affected, run Oxfmt to format the code:
bunx oxfmt 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
remotion-best-practices
Best practices for Remotion - Video creation in React
docs-demo
Add an interactive demo to the Remotion documentation. Use when creating a new <Demo> component for docs pages.
add-sfx
Add a new sound effect to @remotion/sfx
add-new-package
add-cli-option
video-report
Generate a report about a video
Didn't find tool you were looking for?