Loading...
Loading...
Use this skill for pull request workflows - creating PRs (branch, commit, push, open), reviewing PRs (code quality, test coverage, issue fixing), or merging PRs (CI checks, merge, cleanup). Handles the complete PR lifecycle via gh CLI. Triggers included, "create PR", "open PR", "review PR", "merge PR".
npx skill4agent add gannonh/skills pull-requestsgit statusgit branch --show-currentGH_PAGER= gh pr view --json number,title,state 2>/dev/null || echo "No PR for current branch"./references/creating-workflow.md./references/reviewing-workflow.md./references/merging-workflow.md| Intent | Workflow | Key Actions |
|---|---|---|
| "Create PR" | Creating | Branch → Commit → Push → |
| "Review PR" | Reviewing | Identify PR → Run review agents → Fix issues → Update state |
| "Merge PR" | Merging | CI checks → Confirm ready → |