gh pr list --author @me --draft

Category: GitHub CLI

gh pr list --author @me --draft

List your own draft pull requests

--author @me is a shortcut that resolves to your authenticated login, while --draft keeps only work-in-progress PRs. Use --author with a teammate's handle to audit their open work. Combine with --state to flip between open, closed, and merged.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.