How to install make-pr
npx skills add https://github.com/remotion-dev/remotion --skill make-prFull instructions (SKILL.md)
Source of truth, from remotion-dev/remotion.
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 Oxfmt to format the code:
bunx oxfmt src --write
Commit the changes. The title of the PR must be according to the pr-name skill.
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.
Related skills
More from remotion-dev/remotion and the wider catalog.
web-renderer-test
Add a test case to the web renderer
writing-docs
Guides for writing and editing Remotion documentation. Use when adding docs pages, editing MDX files in packages/docs, or writing documentation content.
video-report
Generate a report about a video
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-expert
Add a new expert to the Remotion experts page