在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用gh-pr
星标3
分支0
更新时间2026年2月9日 15:16
Create a GitHub pull request for the current branch
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create a GitHub pull request for the current branch
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Verify Neovim config changes by driving a tmux+nvim --listen harness over RPC, capturing both rendered output and structured state.
Stage and commit changes with a conventional commit message
Analyze changes and organize them into a Graphite stack of logically isolated PRs
Sync the Graphite stack with trunk and resolve any rebase conflicts
| name | gh-pr |
| description | Create a GitHub pull request for the current branch |
| disable-model-invocation | true |
| argument-hint | [title] (optional — auto-generates if omitted) |
Create a GitHub pull request from the current branch.
git branch --show-current to get the source branchgit log main..HEAD --oneline to see all commits being PR'dgit diff main...HEAD --stat to see changed files summarygit push -u origin HEAD## Summary — 1-3 bullet points## Test plan — checklist of testing steps🤖 Generated with [Claude Code](https://claude.com/claude-code)gh pr create --title "..." --body "..."main