# Make Pr

> Open a pull request for the current feature

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

---


Ensure we are not on the main branch, make a branch if necessary.  
For all packages affected, run Prettier to format the code:

```
bunx prettier --experimental-cli src --write
```

Commit the changes, use the following format:

```
[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.

Push the changes to the remote branch.  
Use the `gh` CLI to create a pull request and use the same format as above for the title.

