What problem does it solve? Inconsistent pull request titles make changelogs, release notes, and code history hard to scan. This Skill enforces a single, predictable PR title format so every contribution follows the same naming convention. ## Core Features & Use Cases - Standardized PR Titles: Formats titles as [package-name]: [commit-message], for example @remotion/shapes: Add heart shape. - Package Detection: Reads the package name from package.json and picks the most relevant package when multiple are affected. - Docs-Only Handling: Applies a simpler Docs: ... prefix when the change only touches documentation. - Use Case: You modified a component in a monorepo package and need a compliant PR title; the Skill inspects package.json and produces @myorg/ui: Fix button alignment. ## Quick Start Ask the assistant to name your pull request for the current changes and it will produce a title following the package-name convention.