Collapse a multi-commit PR into ONE clean commit on top of the latest default branch, open it as a fresh PR, and close the old one, so the repo's full commit-hook gate runs over the entire diff at once. Use when the user says "reset this PR", "restart the PR…
Alias for the pr-reset skill. Collapse a multi-commit PR into ONE clean commit on top of the latest default branch, open it as a fresh PR, and close the old one, so the repo's full commit-hook gate runs over the entire diff at once. Use when the user says…
Babysit open PRs — resolve merge conflicts, retrigger stuck CI, and nudge the AI review/fix/QA pipeline forward
Merge origin's default branch into the current branch (or a PR branch), resolving conflicts thoughtfully
Use when implementing any feature or bugfix, before writing implementation code