remotion-dev / make-pr
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/make-pr && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3756" && unzip -o skill.zip -d .claude/skills/make-pr && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/make-pr/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Open a pull request for the current feature
0 views
0 installs
Skill Content
--- 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, 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.