원클릭으로
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.