pull-requests

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Pull Request Workflows

This skill handles the complete PR lifecycle. Based on context and user intent, follow the appropriate workflow.

Context

  • Current git status: !git status
  • Current branch: !git branch --show-current
  • PR state (if exists): !GH_PAGER= gh pr view --json number,title,state 2>/dev/null || echo "No PR for current branch"
  • Arguments: $ARGUMENTS

Workflow Selection

Determine which workflow to use based on context:

Use Creating Workflow when:

  • User asks to "create a PR", "open a PR", "push for review"
  • On a feature branch with uncommitted or unpushed changes
Related skills

More from gannonh/skills

Installs
39
Repository
gannonh/skills
GitHub Stars
1
First Seen
Feb 18, 2026