一键导入
tag-release-skill
v0.1.2 - Prepare, execute, and verify straightforward tag and hosted release operations from explicit operator inputs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
v0.1.2 - Prepare, execute, and verify straightforward tag and hosted release operations from explicit operator inputs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.
v0.1.0 - Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
v0.1.0 - Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
v0.1.0 - Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.
v0.2.0 - Draft, split, and execute scoped Git commits with issue traceability and structured Why/What/Impact/Tests/Refs bodies; use when preparing final commits, reviewing commit wording, or enforcing repo commit conventions.
v0.1.18 - Check, create, and link GitHub or GitLab issues for tracked work before implementation and before commit preparation; use when a repo requires issue-backed traceability, canonical upstream issue confirmation, product-facing parent issue framing, child issue drafting for engineering detail, fork-vs-upstream issue targeting, or commit Refs output.
| name | tag-release-skill |
| description | v0.1.2 - Prepare, execute, and verify straightforward tag and hosted release operations from explicit operator inputs. |
Use this skill when you must create, review, or complete a straightforward release that consists of:
In scope:
TODO(user-confirm) or BLOCK markers when required facts
are missingOut of scope:
split-pr-publish-skill first when the release candidate still lives on
a mixed development branch and needs to become multiple traceable PRs or MRs.Changelog, but it
does not infer split boundaries, create review branches, or publish PRs or
MRs.codex release page structure as the default release-notes shape.New FeaturesBug FixesDocumentationChoresChangelog## Bug Fixes) so hosted release pages render them as real sections.Changelog, list every PR record in the release range after the compare
range.Changelog record as a Markdown bullet with - so hosted
release pages render commit, PR, or MR records as a readable list.references/release-notes-template.md
Use when drafting release notes and changelog output.references/release-evidence-checklist.md
Use when checking required release inputs and local repository state.references/acceptance-criteria.md
Use when validating that the release request is safe and complete.references/release-evidence-checklist.md.references/release-notes-template.md.Changelog as compare range plus one - bullet per PR, MR, or
direct commit record.execute or review_onlyTODO(user-confirm)BLOCK## Release Mode
- mode: execute | review_only
- execution_status: executable | blocked
## Release Request
- tag:
- target:
- title:
- notes:
- changelog_range:
- hosting_platform:
- prerelease_or_draft:
## Preflight
- target_status:
- local_tag_status:
- remote_tag_status:
## Release Notes
- sections:
- changelog_records:
## Tag
- requested:
- executed:
- result:
## Hosted Release
- requested:
- executed:
- result:
- url:
## Unknowns
- blocking:
- non_blocking:
## Final Decision
- safe_to_execute:
- notes:
Changelog includes the compare range plus every PR record supplied
for the release, with each record formatted as a - Markdown bullet.TODO(user-confirm) or BLOCK.agents/openai.yaml metadata matches the skill version and purpose.