$npx -y skills add MoizIbnYousaf/marketing-cli --skill prOpen a pull request for the current feature
| 1 | Ensure we are not on the main branch, make a branch if necessary. |
| 2 | For all packages affected, run Oxfmt to format the code: |
| 3 | |
| 4 | ``` |
| 5 | bunx oxfmt src --write |
| 6 | ``` |
| 7 | |
| 8 | Commit the changes. The title of the PR must be according to the [`pr-name`](../pr-name/SKILL.md) skill. |
| 9 | |
| 10 | Push the changes to the remote branch. |
| 11 | Use the `gh` CLI to create a pull request and use the same format as above for the title. |