Cursor wrote a script that builds the command to open a PR after a
push. It used git pr create, but that subcommand doesn't exist —
PRs are a GitHub concept, not a git concept. Fix the first item on
line 2 so the command uses the correct CLI.
Expected output:
gh pr create --fill
The break is on line 2 — but read the whole snippet first.