Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Fetch, preview, merge, and test GitHub PRs locally. Great for trying upstream PRs before they're merged.
.claude/skills/sundial-org-github-pr/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 13% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -21% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 339% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -65% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -1% | 0% |
Fetch and merge GitHub pull requests into your local branch. Perfect for:
gh CLI authenticated (gh auth login)bashgithub-pr preview <owner/repo> <pr-number>
Shows PR title, author, status, files changed, CI status, and recent comments.
bashgithub-pr fetch <owner/repo> <pr-number> [--branch <name>]
Fetches the PR head into a local branch (default: pr/<number>).
bashgithub-pr merge <owner/repo> <pr-number> [--no-install]
Fetches and merges the PR. Optionally runs install after merge.
bashgithub-pr test <owner/repo> <pr-number>
Fetches, merges, installs dependencies, and runs build + tests.
bash# Preview MS Teams PR from clawdbot github-pr preview clawdbot/clawdbot 404 # Fetch it locally github-pr fetch clawdbot/clawdbot 404 # Merge into your current branch github-pr merge clawdbot/clawdbot 404 # Or do the full test cycle github-pr test clawdbot/clawdbot 404
upstream remote by default--remote <name> to specify a different remotetest command auto-detects package manager (npm/pnpm/yarn/bun)Other measured skills in the registry, with their headline benchmark lift.