From github
Uses GitHub CLI (gh) for viewing repos, PRs, issues, workflow runs, job logs, and API calls. Useful for GitHub repo, PR, issue, and Actions management.
npx claudepluginhub bendrucker/claude --plugin githubThis skill uses the workspace's default tool permissions.
Use `gh` for all GitHub interactions. It handles authentication automatically and works with private repositories.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Use gh for all GitHub interactions. It handles authentication automatically and works with private repositories.
gh repo view — view repository README and metadatagh issue view <number> — view issue detailsgh pr view <number> — view pull request detailsgh run view <run_id> — view workflow run statusgh run view --job <job_id> --log — view job logsUse gh api for operations not covered by built-in commands:
gh api repos/{owner}/{repo}/contents/{path} # fetch file contents
gh api repos/{owner}/{repo}/pulls/{number}/comments # PR review comments
git push a branch before creating a pull request with gh pr create.