con un clic
load-pr-context
Load PR context for the current branch using GitHub MCP tools
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Load PR context for the current branch using GitHub MCP tools
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Use when building modular Angular applications requiring dependency injection with providers, injectors, and services.
Use when handling async operations in Angular applications with observables, operators, and subjects.
Use when building Angular 16+ applications requiring fine-grained reactive state management and zone-less change detection.
Guides end-to-end feature development through 8 phases: discover requirements, explore codebase patterns, clarify ambiguities with the user, design architecture, implement with TDD, run multi-agent code review, validate all quality gates, and write a blog post. Use when asked to add a feature, implement a new capability, build functionality, or develop a feature end-to-end.
Use when creating or modifying Han plugins. Covers plugin structure, configuration, hooks, skills, and best practices.
Minimize token consumption through efficient tool usage patterns
| 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