From github
Loads GitHub PR context for a branch: title, description, file changes, CI status, reviews via MCP tools. Manual /load-pr-context or auto on feature branches.
npx claudepluginhub thebushidocollective/han --plugin githubThis skill uses the workspace's default tool permissions.
github:load-pr-context - Load pull request context for the current branch
Loads GitLab MR context for a branch: title, description, changes, pipeline status, reviews using MCP tools. Invoke manually or auto-activates on feature branches.
Resumes GitHub PR work by loading details, diff, CI status, reviews; checks out branch and generates fix plan from failures/comments.
Fetches, organizes, and presents GitHub PR comments—issue-level, review bodies, inline—grouped by human/bot with extracted must-fix/optional actionable items.
Share bugs, ideas, or general feedback.
github:load-pr-context - Load pull request context for the current branch
/load-pr-context [owner/repo] [branch]
Loads the full context of an open pull request for the given branch, including description, changes, CI status, and review comments. Uses GitHub MCP tools for structured data access.
Given owner/repo and branch arguments:
mcp__github__list_pull_requests with owner, repo, head: "OWNER:BRANCH", state: "open" to find the PRmcp__github__get_pull_request with the PR number to read description, labels, reviewers, and metadatamcp__github__get_pull_request_diff or mcp__github__list_pull_request_files to understand what has changedmcp__github__list_workflow_runs with branch to check CI statusmcp__github__list_review_comments_on_pull_requestUser: /load-pr-context thebushidocollective/han feat/pr-context
Claude: ## PR #142: Add PR/MR context detection hooks
- **Status**: Open, 2 reviews pending
- **Description**: Adds SessionStart hooks to GitHub and GitLab plugins that detect open PRs/MRs on the current branch
- **Changes**: 8 files (+245, -12)
- **CI**: All checks passing
- **Reviews**: 1 approved, 1 pending from @reviewer
Ready to assist with this PR.
owner/repo (required): Repository in owner/repo formatbranch (required): Branch name to find the PR for