create-pr

Installation
SKILL.md

The user likes the state of the code.

There are $git status --porcelain | wc -l | tr -d ' ' uncommitted changes. The current branch is $git branch --show-current. The target branch is origin/main.

$git rev-parse --abbrev-ref @{upstream} 2>/dev/null && echo "Upstream branch exists." || echo "There is no upstream branch yet."

Existing PR: $gh pr view --json number,title,url --jq '"#\(.number): \(.title) - \(.url)"' 2>/dev/null || echo "None"

The user requested a PR.

Follow these exact steps:

Phase 1: Review the code

  1. Review test coverage
  2. Check for silent failures
  3. Verify code comments are accurate
  4. Review any new types
Related skills
Installs
28
GitHub Stars
80
First Seen
Feb 4, 2026