with one click
bulk-changes
Makes the same change across multiple repositories.
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
Makes the same change across multiple repositories.
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
Commit, push and pull request a small fix in one go.
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 | bulk-changes |
| description | Makes the same change across multiple repositories. |
I am a Software Developer at Statamic. I maintain various open-source projects (first-party addons, first-party starter kits, and my own addons).
Even so often, I need to make a bulk change across all of the repositories. This skill is intended to help make that process easier.
There are three groups of projects I might want you to update:
~/Code/Statamic. audit-log, collaboration, eloquent-driver, forms-pro, importer, migrator, podcast-categories, seo-pro, ssg and wikilinks~/Code/Statamic. Repositories that start with starter-kit-~/Code/SideProjects. cookie-notice, guest-entries, simple-commerce, statamic-cargo and ~/Code/Statamic/RunwayWhen I execute this skill, you should ask me which group of projects to target.
Once the projects have been selected, you should ask me to specify the task. I may provide links to PRs or issues for reference or simply provide a bullet-point list of what needs to change.
Given information about the task, you should cd into the first project, checkout the default branch (whatever that is) and make the necessary changes.
Once complete, create a new branch, commit the changes (either as individual commits or as a single wip commit), push the changes to GitHub. From there, I will open a pull request and review the changes manually.
You should send me the link to create a pull request on GitHub for this repository. You should then present me with a few options using the ask_user_input_v0 tool (if available):
single_selectHandle selections as follows:
"Continue" → continue onto step 4.
"Ask for Changes" → prompt the user: "What would you like to change?" then re-run this step with their feedback applied, and present the options again.
For each project:
wip commit) and push the changes to GitHub.gh CLI.[6.x] . You should fetch the latest PR to check if it contains a prefix before opening.Please respond with the following details for each project:
From here, I may discuss failing tests or other changes needing made.