用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/TheBushidoCollective/han --skill load-pr-context命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Review current branch changes against REVIEW.md guidelines
Use when kotlin coroutines for structured concurrency including suspend functions, coroutine builders, Flow, channels, and patterns for building efficient asynchronous code with cancellation and exception handling.
Use when building modular Angular applications requiring dependency injection with providers, injectors, and services.
基于 SOC 职业分类
正在显示 SKILL.md
| name | load-pr-context |
| description | Load PR context for the current branch using GitHub MCP tools |
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