pr-name
$
npx mdskill add remotion-dev/remotion/pr-nameEnsures pull requests follow correct naming conventions
- Standardizes PR titles to improve clarity and consistency
- References package.json to identify relevant package names
- Prioritizes the most relevant package when multiple are affected
- Formats titles using `[package-name]`: [commit-message] structure
SKILL.md
.github/skills/pr-nameView on GitHub ↗
--- name: pr-name description: Correct naming for a PR --- The following format must be used for the PR title: ``` `[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. If the change is about docs only: ``` Docs: Add page about heart shape ```