Methodologygeneric

make-pr

Open a pull request for the current feature

remotion-dev/remotion
View source

Install

npx skills add https://github.com/remotion-dev/remotion --skill make-pr

Use with your agent

ClaudeCursorOpenAIGemini

Install the make-pr skill, then use it as build context. Run: npx skills add https://github.com/remotion-dev/remotion --skill make-pr. Then read the installed skill.md and follow its guidance to build or refactor my project.

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.