一键导入
versioning-and-release
Standardizes Semantic Versioning (SemVer), Keep a Changelog formats, Conventional Commits, and Safe Push Protocols across all repositories.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Standardizes Semantic Versioning (SemVer), Keep a Changelog formats, Conventional Commits, and Safe Push Protocols across all repositories.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | versioning-and-release |
| description | Standardizes Semantic Versioning (SemVer), Keep a Changelog formats, Conventional Commits, and Safe Push Protocols across all repositories. |
Enforces a strict, uniform workflow for versioning, tracking modifications, writing git history, and pushing code across all workspace projects. Every agent modifying any repository MUST strictly adhere to this protocol to prevent chaotic git history and untracked changes.
Format: MAJOR.MINOR.PATCH (e.g., 5.3.0)
0.0.1 increment): Used for bug fixes, documentation syncs, formatting, raw text cleanups, or minor tool polishing.0.1.0 increment): Used for new agent skills, new stack templates, adding major sub-components, or non-breaking architectural upgrades.1.0.0 increment): Used for complete system prompt rewrites, breaking API contract changes, or protocol schema modifications.Every project MUST maintain a CHANGELOG.md file at the root. Modifications must be logged under the appropriate version header using these exact categories:
Added — for new features, skills, or blueprints.Changed — for changes in existing functionality.Deprecated — for soon-to-be-removed features.Removed — for now-removed features.Fixed — for any bug fixes.Security — in case of vulnerabilities or security updates.All git commit messages MUST use lowercase prefixes followed by a colon and a space, describing the change concisely (maximum 72 characters):
feat: [description] — for new features, skills, or blueprints.fix: [description] — for bug fixes, syntax corrections, or logical repairs.docs: [description] — for markdown, documentation, or README edits.refactor: [description] — for restructuring code without changing behavior.chore: [description] — for configurations, package updates, or tooling configs (e.g., opencode.json).AGENTS.md and DESIGN.md conventions are fully respected.system-prompt.md was edited, verify that <system_version> at the top is bumped according to SemVer rules.CHANGELOG.md and insert a formal release entry under the new version header, categorizing your modifications correctly.tasks/ and ensure your final reasoning and files modified are accurately logged under the "OpenCode Execution Log" section.custom_context_stage_and_inject_diff MCP tool, providing the exact path to your active task file.git commit -m "docs: finalize versioning skill template"git status).git push origin main (or the active branch).git pull --rebase first, verify tests pass again, and then push.Syncs Telegram supergroup topics into local task files and GitHub issues, using embedded Python scripts for deterministic JSON state management. Preserves raw bilingual messages verbatim, injects refactored prompts, and correlates codebase context.
100% Jetpack Compose, MVI (UDF), Hilt, and SQLDelight for token-efficient, zero-hallucination Android development.
NestJS, Prisma ORM, Vertical Slice Architecture, and Strict TypeScript for zero-hallucination backend development.
Expo Managed Workflow, Expo Router, NativeWind, and Strict TypeScript for zero-hallucination cross-platform apps.
Automatically generates decentralized task files based on manager instructions.
Idiomatic Go, Clean Architecture, and Gin routing best practices