make-pr
Automate pull request creation with formatted commits and branch management.
- Ensures you're not on the main branch, creating a feature branch if needed
- Runs Oxfmt code formatting across all affected packages before committing
- Formats commits and PR titles using package name from package.json (e.g., "
@remotion/shapes: Add heart shape") - Uses the
ghCLI to open the pull request automatically after pushing changes
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.
More from remotion-dev/remotion
web-renderer-test
Add a test case to the web renderer
913writing-docs
Guides for writing and editing Remotion documentation. Use when adding docs pages, editing MDX files in packages/docs, or writing documentation content.
897video-report
Generate a report about a video
799docs-demo
Add an interactive demo to the Remotion documentation. Use when creating a new <Demo> component for docs pages.
665add-expert
Add a new expert to the Remotion experts page
632add-sfx
Add a new sound effect to @remotion/sfx
620