npx skills add ...
npx skills add remotion-dev/remotion --skill pr-name
npx skills add remotion-dev/remotion --skill pr-name
Correct naming for a PR
By default, use the affected package name from its package.json in the PR title:
For example:
If multiple packages are affected, use the one that you think is most relevant.
For changes that match one of the categories below, use its special prefix instead of a package name.
If the change is about docs only:
If the change adds or modifies a skill, or is otherwise internal monorepo work, use the Internal prefix:
If the change relates to Remotion Elements, use the Elements: prefix:
If the change relates to packages/convert, use the remotion.dev/convert prefix:
If the change relates to packages/example, say Internal Testbed:
If the change relates to Skills, prefix with Skills:
If the change relates to packages/brand, prefix with remotion.dev/brand:
If the change relates to packages/it-tests, prefix with Internal tests: