Skip to content

Welcome to gh-vibe

Turn a GitHub PR into a ready-to-review vibe worktree with one command.

PR → worktree

gh vibe review 123 fetches the PR head branch (fork PRs included) and creates a vibe worktree via vibe start --reuse.

Shell auto-cd

Install the shell snippet — bash, zsh, fish, or PowerShell — and gh vibe review will cd your shell into the freshly-created worktree on success.

Safe by default

The wrapper only evals output fenced with versioned sentinels — unrelated gh stdout can never be executed as shell code.

Cross-platform release

Prebuilt binaries for darwin / linux / windows × arm64 / amd64, installable via gh extension install.

Terminal window
gh extension install kexi/gh-vibe
# Optional: cd into the worktree after creating it
eval "$(gh vibe shell-setup)" >> ~/.zshrc
gh vibe review 123

Requires gh, git, and vibe in your PATH.