# Pr Name

> Correct naming for a PR

- Skill: `moizibnyousaf/pr-name` (Agent Skill)
- Install (CLI): `npx skillmds@latest add moizibnyousaf/pr-name`
- Raw SKILL.md: https://api.skillmd.com/api/skills/moizibnyousaf/pr-name/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: moizibnyousaf (https://skillmd.com/u/moizibnyousaf)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/moizibnyousaf/pr-name

---


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
```

