git and github cli — the ai builder's actual workflow7 / 9
working tree, staging, commit — the model ai breaks first
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.
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _