Skip to content
Development
Command

/run-release

Orchestrate a tagged release using the release workflow.

From plugin
claude-code-skill-factory
86320 skills5 agents20 commands

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/run-release

Context preview

What this command does when you run it.

Orchestrate a tagged release using the release workflow.

Command definition

run-release.md
description: Orchestrate a tagged release using the release workflow.
argument-hint: <version> [target]

Pre-flight

  • Complete the Release Checklist issue.
  • Ensure `/review` and `/security-scan` are green on the target branch.

Trigger Workflow

/run-release vX.Y.Z [target]
  • `vX.Y.Z`: Required semantic version tag (include the `v`).
  • `target`: Optional branch/commit (defaults to `main`).

Command

gh workflow run release-orchestrator.yml \
  --ref ${target:-main} \
  -f version=${version} \
  -f target=${target:-main}

After Triggering

1. Wait for the `Release Orchestrator` workflow to reach the environment approval step. 2. Approve the `release` environment to publish the annotated tag and draft release. 3. Review and publish the draft release on GitHub.

Ships withclaude-code-skill-factory

A comprehensive toolkit for generating production-ready Claude Skills and Claude Code Agents at scale.

Get the whole plugin
Stats
866
Stars
176
Forks
Quiet
Maintenance
Python
Language
MIT
License
10mo ago
Last commit
10mo ago
Created

Repo: alirezarezvani/claude-code-skill-factory

Other commands on claude-code-skill-factory.