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.zip

Installs 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 と同等のリリース実装ワークフロー。
146 charsno explicit “when” trigger
Intermediate

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

You give it
A version string (e.g., `vX.Y.Z`)
You get back
A completed release implementation workflow

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 として扱うリリース実装ワークフローの入口です。

実行ルール

  1. ユーザー指定のバージョン(例: v0.12.2)を対象にする。
  2. 詳細手順は .agent/workflows/impl-release.md を正として読み込む。
  3. OpenSpec 実装、検証、リリース準備、PR 作成、自己レビュー、公開、事後整理まで進める。
  4. 作業開始前に必ず git status --short --branch を確認し、既存差分と関心事を混ぜない。
  5. 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.

SkillInstallsUpdatedSafetyDifficulty
impl-release (this skill)02moNo flagsIntermediate
gcp-cloud-run54moReviewIntermediate
flow-nexus-platform64moReviewBeginner
smithery-mcp-deployment88moReviewIntermediate

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.

5107

flow-nexus-platform

ruvnet

Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges

691

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

881

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.

670

vercel-deployment

davila7

Expert knowledge for deploying to Vercel with Next.js Use when: vercel, deploy, deployment, hosting, production.

359

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.

740

Search skills

Search the agent skills registry