with one click
one-shot
Commit, push and pull request a small fix in one go.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Commit, push and pull request a small fix in one go.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Makes the same change across multiple repositories.
Generate a changelog for a release
Write pull request descriptions that sound like they were written by Duncan.
My process of "refining" code — making code readable, tested and pointed to the goal.
Review a GitHub pull request with a code review mindset. Use when the user provides a PR number to review, asks to review a pull request, or wants inline code review of a PR's changes. If no PR number is given, detects it from the current branch.
Sync recent commits from "statamic/statamic" and config changes from "statamic/cms" into the boilerplate statamic/statamic application.
| name | one-shot |
| description | Commit, push and pull request a small fix in one go. |
Please follow these steps when pushing a small fix or feature to GitHub.
Review the changes and create a branch for the fix, based off my current branch.
Don't use slashes in branch names, like fix/... or feature/.... Branch names should be a very short summary of what's changing.
For example:
update-set-preview-images or set-preview-imagesObviously, make sure it doesn't conflict with a branch on the remote.
Depending on the number of changes, it may make sense to split each "part" of a fix or feature into its own commit.
Make sure to only commit files and changes made by this agent. Other agents may be working on the same branch.
You know how to do it. git push
Please open a pull request using the /pull-request skill.