Add /pr command #19

Closed
opened 2026-01-01 22:01:35 +00:00 by HugoNijhuis · 0 comments
Owner

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
## 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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: flowmade-one/architecture#19