dyad:pr-rebase

Installation
SKILL.md

PR Rebase

Rebase the current branch on the latest upstream changes, resolve conflicts, and push.

Instructions

  1. Determine the git remote setup:

    git remote -v
    git branch -vv
    

    In GitHub Actions for cross-repo PRs:

    • origin points to the head repo (fork) - this is where you push
    • upstream points to the base repo - this is what you rebase onto

    For same-repo PRs, origin points to the main repo and there may be no upstream.

Related skills
Installs
25
Repository
dyad-sh/dyad
GitHub Stars
20.2K
First Seen
Feb 17, 2026