impl-release
A streamlined release workflow for versioning, validating, and publishing OpenSpec-based projects.
Install
mkdir -p .claude/skills/impl-release && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18973" && unzip -o skill.zip -d .claude/skills/impl-release && rm skill.zipInstalls to .claude/skills/impl-release
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
katana-markdown-linterで指定バージョンのOpenSpec実装、品質確認、リリースPR、GitHub Release、crates.io publish、事後整理までを一気通貫で進めるときに使う。/impl-release vX.Y.Z と同等のリリース実装ワークフロー。Key capabilities
- →Process a release workflow for a specified version
- →Read detailed procedures from a workflow file
- →Validate OpenSpec implementation
- →Create release PRs
- →Publish to crates.io
- →Perform post-release organization
How it works
The skill initiates a release implementation workflow for a user-specified version, reading detailed steps from a workflow file. It proceeds through validation, PR creation, publishing, and post-release tasks.
Inputs & outputs
When to use impl-release
- →Creating a new release version
- →Automating PR creation for releases
- →Verifying implementation quality
- →Publishing crates
About this skill
impl-release
このスキルは、/impl-release vX.Y.Z として扱うリリース実装ワークフローの入口です。
実行ルール
- ユーザー指定のバージョン(例:
v0.12.2)を対象にする。 - 詳細手順は
.agent/workflows/impl-release.mdを正として読み込む。 - OpenSpec 実装、検証、リリース準備、PR 作成、自己レビュー、公開、事後整理まで進める。
- 作業開始前に必ず
git status --short --branchを確認し、既存差分と関心事を混ぜない。 just VERSION=vX.Y.Z releaseが失敗した場合、代替の tag / publish コマンドで迂回しない。状態を調査し、修正してから同じフローへ戻る。
注意
workflows/impl-release.mdは手順書であり、Agent のスキル呼び出し対象ではない。/から呼び出したい場合は、このimpl-releaseスキルを使う。
When not to use it
- →Calling `workflows/impl-release.md` directly
Limitations
- →Requires a clean `git status` before starting
- →Does not bypass failed `just` commands with alternative tag/publish commands
How it compares
This skill automates a multi-step release process, ensuring adherence to defined procedures and preventing manual errors or skipped steps.
Compared to similar skills
impl-release side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| impl-release (this skill) | 0 | 2mo | No flags | Intermediate |
| gcp-cloud-run | 5 | 4mo | Review | Intermediate |
| flow-nexus-platform | 6 | 4mo | Review | Beginner |
| smithery-mcp-deployment | 8 | 8mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
gcp-cloud-run
aj-geddes
Deploy containerized applications on Google Cloud Run with automatic scaling, traffic management, and service mesh integration. Use for container-based serverless computing.
flow-nexus-platform
ruvnet
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges
smithery-mcp-deployment
CaullenOmdahl
Best practices for creating, optimizing, and deploying MCP servers to Smithery. Use this skill when:(1) Creating new MCP servers for Smithery deployment(2) Optimizing quality scores (achieving 90/100)(3) Troubleshooting deployment issues (0/0 tools, missing annotations, low scores)(4) Migrating existing MCP servers to Smithery format(5) Understanding Smithery's schema format requirements(6) Adding workflow prompts, tool annotations, or documentation resources(7) Configuring smithery.yaml and package.json for deployment
deployment-pipeline-design
wshobson
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices.
vercel-deployment
davila7
Expert knowledge for deploying to Vercel with Next.js Use when: vercel, deploy, deployment, hosting, production.
netlify-deploy
openai
Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.