pr-name
Installation
SKILL.md
When given a pull request, inspect its current title and diff before proposing a
name. Do not infer the prefix from the directory name or from a Conventional
Commit scope such as fix(core). Read the affected package's package.json and
use its exact name value.
By default, use that package name 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.