Instruction file imported from fall-out-bug/sdp_lab (
.cursor/rules/ship.mdc). Copyright stays with the author.
/ship — Ship Feature
When calling /ship {feature} [version_bump]:
- Load skill:
ship - Pre-flight: run quality gates (see AGENTS.md), verify APPROVED
- Version: bump semver (patch/minor/major)
- Generate: CHANGELOG, release notes
- EXECUTE (do NOT propose):
git commitartifactsgit merge feature/F{XX} → main(via PR)git tag v{X.Y.Z}git push origin main v{X.Y.Z}
- Report summary
Quick Reference
Input: APPROVED feature + version bump (default: patch) Output: Production deployment + v{X.Y.Z} tag Rule: Do NOT stop after artifacts — EXECUTE all git operations
Version Bump
@ship <feature-id>— patch (0.5.0 → 0.5.1)@ship <feature-id> minor— minor (0.5.0 → 0.6.0)@ship <feature-id> major— major (0.5.0 → 1.0.0)