一键导入
git-conventional-commits
Prepare scoped conventional commits, tags, and release messages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Prepare scoped conventional commits, tags, and release messages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Security and privacy review for scoped changes.
Evidence-based gate for creating a new skill or agent profile.
UI, accessibility, and interaction-quality review.
Performance investigation using reproducible measurements.
Markdown and governance structure lint checklist.
Create a bounded session handoff with collision-resistant identity.
| schema | fcvw/skill@1 |
| name | git-conventional-commits |
| description | Prepare scoped conventional commits, tags, and release messages. |
| version | 1.2.0 |
| trigger_keywords | ["commit","tag","push","conventional commit"] |
| session_types | ["git","release"] |
Prepare or execute a reviewable Git commit, annotated version tag, push, or release message while preserving scope, version namespaces, and external-action authority.
Use when the user requests commit-message preparation, staging/commit, tag creation, push, or release-message generation. Load release-checklist as well when a version or publication is involved.
Valid Git worktree, status and diff, active/completed plans, application changelog or framework release record, target branch/remote, target version, validation evidence, and explicit authority for each external mutation.
<type>(<scope>): <short imperative summary>
<optional body describing why and impact>
<optional issue, plan, or BREAKING CHANGE footer>
Common types: feat, fix, docs, refactor, test, perf, build, ci, chore, and revert. Scope names the smallest stable responsibility, not an agent or temporary filename.
A breaking footer describes the actual compatibility impact and migration, for example:
feat(schema)!: require regression contract in new plans
BREAKING CHANGE: new plans use fcvw/plan@2; plan@1 remains legacy-readable.
Action requested, files included/excluded, commit message, commit identifier when created, tag/version when created, remote action and evidence when performed, validation status, and remaining worktree state.
Exit when the authorized Git action is verified and residual worktree changes are reported, or when the missing worktree, authority, validation, or release evidence is stated without performing the blocked action.