pr

Installation
SKILL.md

This skill is only for opening the initial pull request from finished local work.

If a PR already exists for the current branch, stop: do not format, commit, push, amend, or rebase unless the user explicitly asks for that Git action. Leave follow-up changes uncommitted by default.

Ensure we are not on the main branch, make a branch if necessary.
Check whether a PR already exists for the current branch with gh pr status or gh pr view. If it exists, report it and stop.

For all packages affected, run Oxfmt to format the code:

bunx oxfmt src --write

Then run

bun run build
bun run stylecheck
Installs
1
First Seen
Jul 15, 2026
pr — dexhunter/remotion