一键导入
resume-from-pr
Resume work on a pull request by loading its context, diff, CI status, and review comments
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Resume work on a pull request by loading its context, diff, CI status, and review comments
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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 | resume-from-pr |
| description | Resume work on a pull request by loading its context, diff, CI status, and review comments |
github:resume-from-pr - Resume work on a pull request
/resume-from-pr <pr-number-or-url>
Load full context for a pull request to resume work. Fetches PR details, diff, CI check status, and review comments to provide complete context for continuing development.
This maps to Claude Code's --from-pr flag which creates a PR-linked session.
gh pr view <number> --json title,body,headRefName,baseRefName,state,reviewDecision,statusCheckRollup,comments,reviews to fetch PR metadatagh pr diff <number> to get the current diffgh pr checks <number> to get CI statusgit checkout <headRefName>User: /resume-from-pr 42
Claude: Loading PR #42 context...
**PR #42: Add user authentication**
- Branch: `feature/auth` -> `main`
- Status: Changes requested
- CI: 2/3 checks passing (lint failing)
**Review Comments:**
- @reviewer: "Please add input validation for email field"
- @reviewer: "Missing test for password reset flow"
**Plan:**
1. Fix ESLint errors in auth module
2. Add email input validation
3. Add password reset test
pr-number-or-url (required): A PR number (e.g., 42) or full GitHub URL (e.g., https://github.com/owner/repo/pull/42)gh CLI authenticated/review-pr for a detailed code review before resuming work/load-pr-context: Load PR context without checking out the branch/review-pr: Get a comprehensive code review of a PR/create-pr: Create a new pull request