make-pr
Turn your finished work into a pull request. The skill commits whatever is uncommitted in sensible groups, pushes the branch, and opens a PR filled out from the project's template (default target: dev).
Use it when
- Your work is ready for review and you want a clean, well-described PR.
What it helps solve
- Turns finished local work into a reviewable pull request.
- Writes a clear PR description and test summary.
- Keeps commits grouped around the actual changes.
- Handles the last handoff step when the branch is ready for review.
Use it deliberately: it commits and pushes.