/ghp:organize — Triage Issues
Run gh pm intake --dry-run to discover issues not in the Project.
If more than 20 unorganized issues
Skip the interactive menu. Add all and set to Backlog:
gh pm intake
# Then set all to backlog:
gh pm triage --query="-has:status" --apply="status:backlog"
Notify the user: "Added N issues to the Project as Backlog. You can reorganize specific items later."
If 20 or fewer
Use AskUserQuestion to let the user choose:
- First question: "Organize per milestone, per item, or all to Backlog?"
- If per milestone: one
AskUserQuestionper milestone with options Backlog / Todo / In Progress / Review / Done / Skip - If per item: batch into groups (max 4 per question) with the same options
- Apply statuses using
gh pm move:gh pm move 42 --status todo gh pm move 43 --status in_progress