pr-name
Correct naming for a PR
How do I install this agent skill?
npx skills add https://github.com/remotion-dev/remotion --skill pr-nameIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides instructions for formatting Pull Request titles based on package names found in a project's package.json file. No security risks were identified.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
By default, use the affected package name from its package.json in the PR title:
`[package-name]`: [commit-message]
For example:
`@remotion/shapes`: Add heart shape
If multiple packages are affected, use the one that you think is most relevant.
Special handling
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:
Docs: Add page about heart shape
If the change adds or modifies a skill, or is otherwise internal monorepo work, use the remotion-monorepo prefix:
`remotion-monorepo`: Add PR naming skill
If the change relates to Remotion Elements, use the Elements: prefix:
Elements: Add animated title element
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/remotion-dev/remotion/pr-name">View pr-name on skillZs</a>