원클릭으로
one-shot
Commit, push and pull request a small fix in one go.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Commit, push and pull request a small fix in one go.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.