release-workflow
Execute project release workflows by locating and following project-specific RELEASE_GUIDE.md in the repository root or docs/. Use when asked to perform a release, publish a release, cut a tag, run release steps, or when a user references RELEASE_GUIDE.md.
$ 安裝
git clone https://github.com/graysurf/agentic-coding-skills /tmp/agentic-coding-skills && cp -r /tmp/agentic-coding-skills/skills/release-workflow ~/.claude/skills/agentic-coding-skills// tip: Run this command in your terminal to install the skill
SKILL.md
name: release-workflow description: Execute project release workflows by locating and following project-specific RELEASE_GUIDE.md in the repository root or docs/. Use when asked to perform a release, publish a release, cut a tag, run release steps, or when a user references RELEASE_GUIDE.md.
Release Workflow
Contract
Prereqs:
- Run inside (or have access to) the target repo.
rgavailable onPATHto locateRELEASE_GUIDE.md.gitavailable onPATH(plus any release tooling required by the guide).
Inputs:
- The user’s requested release action (tag/release/publish) and the target repository path (if unclear).
Outputs:
- Release steps executed exactly per the project’s
RELEASE_GUIDE.md, plus release notes/link as provided by the guide.
Exit codes:
- N/A (workflow driver; stop and ask on unclear steps)
Failure modes:
RELEASE_GUIDE.mdmissing or multiple guides found (must ask which to use).- A guide step fails or is unclear (must stop and follow recovery instructions or ask).
Setup
- Load commands with
source $AGENT_KIT_HOME/scripts/kit-tools.sh
Workflow
- Identify the target repository root; ask if the repo path is unclear.
- Locate
RELEASE_GUIDE.mdin the repo root ordocs/:- Prefer
rg --files -g 'RELEASE_GUIDE.md'from the repo root. - If multiple guides are found, ask which one to follow.
- Prefer
- Read the entire guide before running any commands; do not infer missing steps.
- Execute steps in order, using the exact commands and tooling specified (scripts, Makefile, CI tasks, etc.).
- Follow the release guide exactly; if anything is unclear, stop and ask rather than making assumptions.
- If a step fails, stop and either follow the guide's recovery instructions or ask for user direction.
- If no
RELEASE_GUIDE.mdexists, ask the user for the correct release documentation location.
Output and clarification rules
- The response must include, in order:
- Release content (use the template provided in each project's release guide)
- Release link
Repository

graysurf
Author
graysurf/agentic-coding-skills/skills/release-workflow
0
Stars
0
Forks
Updated4h ago
Added1w ago