# Make Pr

> Open a pull request for the current feature

- Skill: `moizibnyousaf/make-pr` (Agent Skill)
- Install (CLI): `npx skillmds@latest add moizibnyousaf/make-pr`
- Raw SKILL.md: https://api.skillmd.com/api/skills/moizibnyousaf/make-pr/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/make-pr

---


Ensure we are not on the main branch, make a branch if necessary.  
For all packages affected, run Oxfmt to format the code:

```
bunx oxfmt src --write
```

Commit the changes. The title of the PR must be according to the [`pr-name`](../pr-name/SKILL.md) skill.

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.

