원클릭으로
dependabot-rebase
Trigger a rebase on all open Dependabot pull requests
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Trigger a rebase on all open Dependabot pull requests
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Review open Force Refresh support requests, assess their status, and draft replies
Stage and commit changes using project conventions
Curate the commit history of the current branch — either as a reviewer-friendly narrative or collapsed into clean atomic commits ready for main
Open a pull request for the current branch using the repo's PR template
Update dependencies for the project in the current working directory
SOC 직업 분류 기준
| name | dependabot-rebase |
| description | Trigger a rebase on all open Dependabot pull requests |
| disable-model-invocation | true |
Trigger a rebase on all open Dependabot pull requests by posting a comment.
Find open Dependabot PRs using:
gh pr list --author "app/dependabot" --state open --json number,title
If there are none, report that and stop.
Post a rebase comment on every PR without pausing or producing any output between them. Commenting is fast — outputting status after each one takes longer than just firing them all and reporting at the end:
gh pr comment <number> --body "@dependabot rebase"
Output a consolidated checklist after all comments have been posted:
- [x] #<number>: <title>
- [x] #<number>: <title>
...
Mark every PR that was successfully commented on as [x]. If any comment failed, mark it [ ] and note the error.