| name | new-pr-and-branch |
| description | Create a new branch, commits changes, then opens pr against the dev branch. |
new-pr-and-branch
Create a new branch, commits changes, then opens pr against the dev branch.
Usage
Workflow
- Ensure the working tree is clean or explicitly handled.
- Create a descriptive branch from the latest dev.
- Complete implementation and tests.
- Commit focused changes and push.
- Create a concise PR with summary and test notes.
Guardrails
- Keep branch scope focused on one change set.
- Include verification notes before requesting review.
Output
- New branch name
- PR summary and test notes
- PR URL