Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
remotion-dev avatar

Pr Name

  • 659 installs
  • 55.5k repo stars
  • Updated August 4, 2026
  • remotion-dev/remotion

pr-name is a Claude Code skill that formats pull request titles correctly for Remotion-style monorepos using the `[package-name]: [commit-message]` convention so reviewers and release tooling can scan changes by package.

About

pr-name is a Claude Code skill for contributors to the Remotion monorepo and similar multi-package repositories. The skill enforces the title format `` `[package-name]`: [commit-message] ``—for example `` `@remotion/shapes`: Add heart shape ``—with the package name sourced from package.json. When multiple packages are affected, pr-name picks the most relevant one; docs-only changes use the `` `Docs`: [message] `` prefix. Developers invoke pr-name before opening a PR so changelog generators, release bots, and reviewers can route changes to the correct package without manual triage.

  • Enforces `` `package-name`: commit message `` using the name from package.json
  • Uses Docs: prefix when the change is documentation-only
  • Picks the most relevant package when multiple packages are touched
  • Includes concrete example: `@remotion/shapes`: Add heart shape

Pr Name by the numbers

  • 659 all-time installs (skills.sh)
  • +63 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #93 of 733 Git & Pull Requests skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/remotion-dev/remotion --skill pr-name

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs659
repo stars55.5k
Security audit3 / 3 scanners passed
Last updatedAugust 4, 2026
Repositoryremotion-dev/remotion

How do you name PRs in a Remotion monorepo?

Format pull request titles correctly when contributing to a Remotion-style monorepo so reviewers and release tooling can scan changes by package.

Who is it for?

Contributors opening pull requests in Remotion or similar JavaScript monorepos with per-package changelogs.

Skip if: Repositories without package-scoped PR conventions or teams using conventional commits without package prefixes.

When should I use this skill?

A developer is about to open a PR in the Remotion monorepo or needs the `[package-name]: message` title format.

What you get

A correctly formatted PR title with package scope prefix and descriptive commit message.

  • formatted PR title string

Files

SKILL.mdMarkdownGitHub ↗

The following format must be used for the PR title:

`[package-name]`: [commit-message]

For example:

`@remotion/shapes`: Add heart shape

The package name must be obtained from package.json. If multiple packages are affected, use the one that you think if most relevant.

If the change is about docs only:

Docs: Add page about heart shape

Related skills

FAQ

What PR title format does pr-name require?

pr-name requires `` `[package-name]`: [commit-message] ``—for example `` `@remotion/shapes`: Add heart shape ``. The package name comes from package.json; docs-only changes use `` `Docs`: [message] ``.

How does pr-name pick the package name?

pr-name reads the package name from package.json. When a change touches multiple packages, the skill selects the most relevant package for the PR title prefix.

Is Pr Name safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.