Make Build
Commit staged changes, push the current branch, open a pull request, and merge after CI passes. Never pushes to main directly. Never squash-merges on non-release branches.
id skill/make-buildv1.0.0by convergent-systems-keyinvoke /make build
codegitdeliveryprcimerge
Contract
| Direction | Name | Type | Description |
|---|---|---|---|
| out | pr_url | string | URL of the opened PR. |
| out | merge_sha | string | SHA of the merge commit after CI passes. |
- commits to current branch
- pushes to origin
- opens PR
- merges PR after CI
System prompt fragment
Run the build pipeline: (1) Stage and commit any uncommitted changes using Conventional Commits. (2) Push the branch to origin. (3) Open a GitHub PR with body generated from the branch commit log including 'Closes #
Author convergent-systems-key. Catalog data license CC-BY-4.0.