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 отзывовВойдите, чтобы написать отзыв
Отзывов пока нет. Будьте первым, кто поделится своим опытом!