make-pr
remotion-dev
Open a pull request for the current feature
bunx add-skill remotion-dev/remotion -s make-prLoadingβ¦
remotion-dev
Open a pull request for the current feature
bunx add-skill remotion-dev/remotion -s make-prLoadingβ¦
Ensure we are not on the main branch, make a branch if necessary.
For all packages affected, run Prettier to format the code:
bunx prettier --experimental-cli 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.
Use when you need to run Flow type checking, or when seeing Flow type errors in React code.
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.