PR → worktree
gh vibe review 123 fetches the PR head branch (fork PRs included) and
creates a vibe worktree via vibe start --reuse.
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.
gh extension install kexi/gh-vibe
# Optional: cd into the worktree after creating iteval "$(gh vibe shell-setup)" >> ~/.zshrc
gh vibe review 123Requires
gh,git, andvibein yourPATH.