Quick PR creation from current branch - lighter than full work-issue flow for when you're already on a branch with commits.
Acceptance Criteria
/pr creates a PR from current branch to main/master
Auto-generates title from branch name or recent commits
Auto-generates description summarizing changes
Links to related issue if branch name contains issue number
Triggers code-reviewer agent after PR creation
Technical Notes
Create commands/pr.md
Complement to work-issue (which creates branch), this assumes branch exists
## Summary
Quick PR creation from current branch - lighter than full work-issue flow for when you're already on a branch with commits.
## Acceptance Criteria
- [ ] `/pr` creates a PR from current branch to main/master
- [ ] Auto-generates title from branch name or recent commits
- [ ] Auto-generates description summarizing changes
- [ ] Links to related issue if branch name contains issue number
- [ ] Triggers code-reviewer agent after PR creation
## Technical Notes
- Create `commands/pr.md`
- Complement to work-issue (which creates branch), this assumes branch exists
HugoNijhuis
added this to the Automate repetitive workflows milestone 2026-01-01 22:01:35 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Quick PR creation from current branch - lighter than full work-issue flow for when you're already on a branch with commits.
Acceptance Criteria
/prcreates a PR from current branch to main/masterTechnical Notes
commands/pr.md