SkillsHooksPromptsAgentsPersonasModelsPoliciesToolsTemplatesBundlesCategoriesStart here
← Skills
Sk skillproductstable

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

DirectionNameTypeDescription
outpr_urlstringURL of the opened PR.
outmerge_shastringSHA 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 #' links for any issues referenced. (4) Wait for CI to pass. (5) Merge with a merge commit — no squash on non-release branches. Report: PR URL, CI status, merge SHA.

Author convergent-systems-key. Catalog data license CC-BY-4.0.