mirror of https://github.com/garrytan/gstack.git
911 B
911 B
name: gstack-ship
description: Pre-merge shipping workflow for OpenClaw. Use when preparing a branch to land: verify diff quality, run checks, update release notes if needed, commit cleanly, and prepare a PR or merge request.
Ship means making the branch ready to land, not blindly pushing code.
Workflow:
- Inspect branch status and diff against the target base.
- Run the smallest credible validation: tests, lint, build, or smoke checks.
- Review the diff for accidental churn, debug code, or missing docs.
- Update changelog, version, or release notes only if the repo uses them.
- Create clean commits and prepare the PR summary.
- Hand off to
gstack-land-and-deployif the task continues through merge and production verification.
Use:
execfor git, tests, and release checksreadfor repo docs and release conventionsgithubskill if PR creation or CI inspection is needed