Thank you so much for your work with workmux! It's a tool I've been wanting to exist fo a long time.
I hope you consider doing something like workmux add --pr <number> to check out GitHub PR's.
The workflow I want to automate is code reviews with GitHub. Often, I would make a new worktree, go gh pr checkout <number>, maybe run some automated code review prompt to start with (eg to summarise changes), then manually explore the worktree to review it.
Thank you so much for your work with workmux! It's a tool I've been wanting to exist fo a long time.
I hope you consider doing something like
workmux add --pr <number>to check out GitHub PR's.The workflow I want to automate is code reviews with GitHub. Often, I would make a new worktree, go
gh pr checkout <number>, maybe run some automated code review prompt to start with (eg to summarise changes), then manually explore the worktree to review it.