GitHub PR Workflow
End-to-end pull request automation: create branches, commit changes, open PRs, monitor CI, auto-fix failures, and merge — all from your terminal.
npx clawhub@latest install github-pr-workflowGitHub PR Workflow automates the full pull request lifecycle on GitHub. From creating a feature branch and drafting a commit message to opening a structured PR, requesting reviewers, polling CI status, auto-fixing failing checks, and finally merging and cleaning up — this skill handles every step so you can focus on writing code, not managing process.
運作原理
The skill operates through the gh CLI when available, falling back seamlessly to git combined with the GitHub REST API via curl. It interprets natural-language instructions like "open a PR targeting main" or "watch CI and fix lint errors", then executes the appropriate shell scripts and API calls. An auto-loop mechanism detects failing checks, attempts fixes, pushes updates, and re-polls until all checks pass or the issue is escalated to you.
核心功能
gh CLI when authenticated; falls back to curl + GitHub REST API when not系統需求
gh CLI authenticated via gh auth login, or a GitHub Personal Access Token (PAT) exported as $GITHUB_TOKEN使用情境
安裝方式
npx clawhub@latest install github-pr-workflownpx clawhub@latest install github-pr-workflow評價
0 則評價登入後撰寫評價
尚無評價。來分享你的使用體驗吧!