
pr-name
โ 52,100by remotion-dev ยท part of remotion-dev/remotion
Correct naming for a PR
๐ฅโ VerifiedFreeQuick setup
๐ Repo-maintenance skill. It exists to help maintain remotion-dev/remotion itself โ it's only useful if you contribute code to that project.
Correct naming for a PR
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates โ shown here so you can audit it before installing. You don't need to read it to use the skill.
name: pr-name description: Correct naming for a PR
The following format must be used for the PR title:
Copy & paste โ that's it
`[package-name]`: [commit-message]For example:
Copy & paste โ that's it
`@remotion/shapes`: Add heart shapeThe package name must be obtained from package.json.
If multiple packages are affected, use the one that you think if most relevant.
If the change is about docs only:
Copy & paste โ that's it
Docs: Add page about heart shapeCopy & paste โ that's it
npx skills add https://github.com/remotion-dev/remotion --skill pr-nameRun this in your project โ your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.