make-pr
Open a pull request for the current feature
How do I install this agent skill?
npx skills add https://github.com/remotion-dev/remotion --skill make-prIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill automates the creation of pull requests by formatting code with the Oxlint formatter, committing changes, and using the GitHub CLI. It uses standard developer tools and follows legitimate workflow patterns.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerwarn
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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 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.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/remotion-dev/remotion/make-pr">View make-pr on skillZs</a>