If you work in a monorepo and are tired of inconsistent PR titles, this enforces a clean format: backtick-wrapped package name from package.json, followed by a colon and commit message, like `@remotion/shapes`: Add heart shape. It handles the common case where a PR touches multiple packages by having you pick the most relevant one, and includes a special Docs: prefix for documentation-only changes. Simple rule, but it keeps your PR history scannable when you've got dozens of packages flying around. Worth adding if your team keeps forgetting which package a change actually belongs to.
npx skills add https://github.com/remotion-dev/remotion --skill pr-name