What problem does it solve?
Writing a clear, consistent pull request title for a Remotion change is hard because the title must read like a developer-facing changelog entry, use the correct package prefix from package.json, and avoid vague verbs. This Skill inspects the PR diff and current title to propose a precise, conventional title.
Core Features & Use Cases
- Package Prefix Selection: Reads the affected package's
package.json to derive the exact prefix, or applies special prefixes like Internal:, Docs:, Elements:, or Skills: based on change category.
- Title Crafting Guidelines: Recommends concrete verbs (
add, fix, remove, rename, change) and telegraphic wording, naming the primary API in backticks when relevant.
- Use Case: A contributor opens a PR that adds a
metadata option to renderMediaOnWeb() in @remotion/web-renderer. Use this Skill to produce the title @remotion/web-renderer: Add a metadata option to renderMediaOnWeb() using Mediabunny's MetadataTags.
Quick Start
Review the current pull request title and diff, then propose a corrected title following the package-prefix and verb conventions.