一键导入
committing-releases
Automated release management using semantic versioning and automated changelog maintenance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Automated release management using semantic versioning and automated changelog maintenance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automated governance, hook installation, pre-commit validation, branch isolation, and safe commit operations.
Enforcement of safety guardrails, axiom verification, secret scanning, and mutability protections.
Building and managing premium statistical dashboards, RAG explorer UIs, warehouse log monitors, and real-time visualization centers.
Integration of agent systems with blockchain protocols, contracts, event stores, reputation networks, and collective verification engines.
AI model configuration, LLM memoization, agentic RAG search, and vector library maintenance.
Catalog generation, reference link verification, workshop documentation building, and knowledge gap analysis.
| name | committing-releases |
| description | Automated release management using semantic versioning and automated changelog maintenance. |
| type | skill |
| version | 1.0.0 |
| category | management |
| agents | ["master-system-orchestrator","registry-clerk"] |
| knowledge | ["plane-integration.json"] |
| tools | ["run_command"] |
| related_skills | ["managing-plane-tasks","orchestrating-mcp"] |
| references | ["CHANGELOG.md"] |
| templates | ["none"] |
| settings | {"auto_approve":false,"retry_limit":3,"timeout_seconds":300,"safe_to_parallelize":false,"orchestration_pattern":"routing"} |
This skill formalizes the release process for the Antigravity Agent Factory. It extends the Robust Commit Workflow (RCW) by adding automated semantic versioning.
git configured with push access to remote.cursor-factory conda environment.The release process is fully automated via the safe_release.py script.
Determine the bump type based on Semantic Versioning:
patch: Bug fixes and minor maintenance.minor: New features, no breaking changes.major: Breaking changes or fundamental architectural shifts.Run the release script. This will automatically:
CHANGELOG.md.CHANGELOG.md with the new version and date.safe_commit.py (which runs full verification/smoke tests).# Example: Minor release (e.g., 1.6.0 -> 1.7.0)
conda run -p D:\Anaconda\envs\cursor-factory python scripts/git/safe_release.py --bump minor --no-tag
After execution, verify:
CHANGELOG.md contains the new version header.safe_release.py to ensure the CHANGELOG.md and git tag are perfectly synchronized.safe_commit.py. If tests fail, the release will be aborted. Fix all failures before releasing.CHANGELOG.md before running the release.Immutable releases are the anchor of engineering reliability.