Back to all skills
๐Ÿ”€
Development

GitHub PR Workflow

Create, update, review, and merge pull requests end-to-end.

4.7rating
13,400 installs
github/github-pr-workflow
Pro required

About this skill

GitHub PR Workflow handles the full pull-request lifecycle: open a PR from a branch with a clean description, request reviewers, respond to review comments inline, rebase on main, and merge when checks pass. Paired with GitHub Code Review (separate skill) for the review side of the house.

What it does

  • Open PRs with auto-drafted descriptions
  • Request reviewers and assignees
  • Respond to review comments inline
  • Rebase/update on base branch
  • Merge with squash/merge/rebase strategies

Use cases

  • Turn a finished feature branch into a reviewable PR in one command
  • Address all unresolved review threads in a single pass
  • Rebase and merge a stack of dependent PRs in order