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.
Como funciona
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.
Principais funcionalidades
gh CLI when authenticated; falls back to curl + GitHub REST API when notRequisitos
gh CLI authenticated via gh auth login, or a GitHub Personal Access Token (PAT) exported as $GITHUB_TOKENCasos de uso
Como instalar
npx clawhub@latest install github-pr-workflownpx clawhub@latest install github-pr-workflowAvaliações
0 avaliaçõesFaça login para escrever uma avaliação
Nenhuma avaliação ainda. Seja o primeiro a compartilhar sua experiência!