원클릭으로
pull
Rebase current branch on top of latest origin/main (and latest remote branch tip) while resolving conflicts cleanly.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Rebase current branch on top of latest origin/main (and latest remote branch tip) while resolving conflicts cleanly.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Write and refine implementation tickets into loop-friendly, verifier-first units for any software project. Use when asked to decompose large initiatives, rewrite ticket plans, or review ticket quality for clarity, testability, and minimal coupling.
Engineering principles for durable fixes: eliminate root causes, prefer simplification, and apply abstractions only when they reduce complexity.
Use the `ag` CLI to inspect and mutate workspace/ticket state from terminal.
Fetch and summarize active pull request review feedback with `gh` (inline review comments, review decisions, and PR discussion comments) for the current branch.
Push current branch to origin and create/update the pull request with accurate title/body and validation notes.
Rebase the current branch onto a target base branch and resolve conflicts safely while preserving intended behavior.
| name | pull |
| description | Rebase current branch on top of latest origin/main (and latest remote branch tip) while resolving conflicts cleanly. |
This is a rebase-based pull skill.
origin/main using rebase.git config rerere.enabled truegit config rerere.autoupdate true./.algedonia/skills/pull/scripts/rebase_branch.shorigin, checks refs/remotes/origin/$(git branch --show-current), and prints the selected path with the branch name:
pull: branch <name> using remote-branch rebase via origin/<name>pull: branch <name> using origin/main fallback because refs/remotes/origin/<name> is missinggit rebase origin/maingit add <files>git rebase --continuegit rebase --abortgit diff --check