
release-and-ops
by GodSpeedAI
VibesPro: Infrastructure for AI-native development. The first Generative Development Environment (GDE) where your team's decisions become reusable patterns—express requirements naturally, get production-ready systems automatically.
SKILL.md
name: release-and-ops description: 'Plans and executes release and operational readiness tasks, including versioning, changelogs, deployment and rollback.' metadata: id: ce.skill.release-and-ops tags: [reliability, contributing, validation] inputs: files: [CONTRIBUTING.md, ARCHITECTURE.md] concepts: [versioning] tools: [toolset:exec] outputs: artifacts: [ce.task.validate] files: [] actions: [run-task] dependsOn: artifacts: [ce.task.validate] files: [.vscode/tasks.json] related: artifacts: [ce.prompt.prepare-release] files: []
Release and Operations Skill
Use this skill to prepare a project for release and to ensure operational readiness.
Steps
-
Define release scope. Review the changes since the last release. Summarise new features, bug fixes and breaking changes. Ensure all work is documented in
PRODUCT.mdandARCHITECTURE.mdwhere relevant. -
Versioning. Determine the next version number using semantic versioning (MAJOR.MINOR.PATCH). Increment MAJOR for breaking changes, MINOR for new backwards‑compatible functionality and PATCH for bug fixes.
-
Update changelog. Create or update a changelog (e.g.
CHANGELOG.md) summarising the changes, contributors and any migration steps. Use standard formats like Keep a Changelog. -
Validate and test. Run all validation tasks and the full test suite. Perform performance and security checks. Ensure that the build artefacts (e.g. packages, Docker images) are reproducible and meet quality criteria.
-
Deployment preparations. Review deployment scripts or pipelines. Check environment variables, secrets and infrastructure configuration. Prepare rollback procedures and health checks.
-
Communication. Draft release notes for users. Announce any deprecations or important notices. Coordinate with operations or DevOps teams to schedule deployment.
-
Monitor post-release. After deployment, monitor logs, metrics and user feedback. Be prepared to roll back if critical issues arise. Document lessons learned for future releases.
This skill ensures that releases are predictable, transparent and operationally sound.
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です