release — Release-Prozess für AI-Agent-Tools release, ruby-slippers, community, Release-Prozess für AI-Agent-Tools, ide skills, Konfiguration der Version von AI-Agent-Tools, Release von AI-Agent-Tools, Versionsverwaltung von AI-Agent-Tools, CHANGELOG.md, Änderungsprotokolle von AI-Agent-Tools

v1.0.0

Über diesen Skill

Perfekt für Entwicklungssagenten, die eine automatisierte Veröffentlichungsverwaltung und Versionskontrolle benötigen. Ein Release von AI-Agent-Tools ist ein Prozess, der die Veröffentlichung einer neuen Version eines künstlichen Intelligenz-Agenten umfasst

Funktionen

Konfiguration der Version basierend auf den Änderungsprotokollen
Bestimmung des Release-Typs basierend auf dem Namen der Marke
Überprüfung der Änderungsprotokolle vor dem Release
Kompatibilität mit Alpha-, Beta- und Produktionsreleases
Integration mit CHANGELOG.md für die Versionsverwaltung

# Core Topics

mckalexee mckalexee
[0]
[0]
Updated: 2/23/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
44
Canonical Locale
en
Detected Body Locale
en

Perfekt für Entwicklungssagenten, die eine automatisierte Veröffentlichungsverwaltung und Versionskontrolle benötigen. Ein Release von AI-Agent-Tools ist ein Prozess, der die Veröffentlichung einer neuen Version eines künstlichen Intelligenz-Agenten umfasst

Warum diese Fähigkeit verwenden

Ermöglicht es Agenten, den Veröffentlichungsprozess mithilfe von CHANGELOG.md-Einträgen zu automatisieren, Veröffentlichungstypen und -versionen zu bestimmen und Tag-Namen für Alpha-, Beta- und Release-Versionen zu unterstützen, während gleichzeitig Prüfungen vor dem Veröffentlichen für nicht veröffentlichte Einträge gewährleistet werden.

Am besten geeignet für

Perfekt für Entwicklungssagenten, die eine automatisierte Veröffentlichungsverwaltung und Versionskontrolle benötigen.

Handlungsfähige Anwendungsfälle for release

Automatisieren von Veröffentlichungsverfahren auf der Grundlage von Änderungsprotokoll-Updates
Bestimmen von Veröffentlichungstypen und -versionen aus Tag-Namen
Durchführen von Prüfungen vor dem Veröffentlichen für nicht veröffentlichte Einträge in CHANGELOG.md

! Sicherheit & Einschränkungen

  • Benötigt explizite Benutzeranweisung zur Veröffentlichung
  • Abhängig vom Format und Inhalt von CHANGELOG.md
  • Begrenzt auf bestimmte Veröffentlichungstypen (Alpha, Beta, Release)

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is release?

Perfekt für Entwicklungssagenten, die eine automatisierte Veröffentlichungsverwaltung und Versionskontrolle benötigen. Ein Release von AI-Agent-Tools ist ein Prozess, der die Veröffentlichung einer neuen Version eines künstlichen Intelligenz-Agenten umfasst

How do I install release?

Run the command: npx killer-skills add mckalexee/ruby-slippers/release. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for release?

Key use cases include: Automatisieren von Veröffentlichungsverfahren auf der Grundlage von Änderungsprotokoll-Updates, Bestimmen von Veröffentlichungstypen und -versionen aus Tag-Namen, Durchführen von Prüfungen vor dem Veröffentlichen für nicht veröffentlichte Einträge in CHANGELOG.md.

Which IDEs are compatible with release?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for release?

Benötigt explizite Benutzeranweisung zur Veröffentlichung. Abhängig vom Format und Inhalt von CHANGELOG.md. Begrenzt auf bestimmte Veröffentlichungstypen (Alpha, Beta, Release).

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add mckalexee/ruby-slippers/release. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use release immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

release

Install release, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Release Procedure

NEVER run this without explicit user instruction to publish.

Inputs

  • Version: provided as $ARGUMENTS, or ask the user. Suggest based on ## Unreleased content in CHANGELOG.md: all bug fixes → patch bump, any new features → minor bump.
  • Release type: determined by tag name — 1.2.0 = Release, 1.2.0-beta1 = Beta, 1.2.0-alpha1 = Alpha.

Pre-flight Checks

  1. Read CHANGELOG.md and confirm there are entries under ## Unreleased. If empty, stop and ask.
  2. Run git status — working tree must be clean. If not, stop and ask.
  3. Run git log --oneline -5 — confirm we're on main (or a hotfix/* branch if doing a hotfix release).
  4. Confirm the version number with the user before proceeding.

Final Release (e.g., 1.2.0)

  1. In CHANGELOG.md:
    • Rename ## Unreleased## X.Y.Z - YYYY-MM-DD (today's date).
    • Add a fresh ## Unreleased section with no entries above it.
  2. Copy only the new version's section (the ## X.Y.Z - date heading and its bullet points) into RELEASE_NOTES.md, replacing its entire contents.
  3. Commit all changes: "Release X.Y.Z"
  4. Push the commit.
  5. Tag and push: git tag X.Y.Z && git push --tags
  6. Confirm: the GitHub Actions workflow will build and upload to CurseForge + create a GitHub Release. Show the user the Actions URL.

Pre-release (e.g., 1.2.0-beta1)

Pre-releases do NOT rename the Unreleased section — 1.2.0 isn't final yet.

  1. Do NOT modify CHANGELOG.md headings. The ## Unreleased section stays as-is.
  2. Copy the current ## Unreleased content (just the bullet points, not the heading) into RELEASE_NOTES.md, replacing its entire contents. Add a heading like ## 1.2.0-beta1 at the top.
  3. Commit: "Pre-release X.Y.Z-betaN"
  4. Push the commit.
  5. Tag and push: git tag X.Y.Z-betaN && git push --tags
  6. The packager marks this as Beta/Alpha on CurseForge automatically.

After Release

  • Verify the GitHub Actions run started: gh run list --limit 1
  • Tell the user the release is in progress and link to the Actions run.

Verwandte Fähigkeiten

Looking for an alternative to release or another community skill for your workflow? Explore these related open-source skills.

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Künstliche Intelligenz

widget-generator

Logo of f
f

Erzeugen Sie anpassbare Widget-Plugins für das Prompts.Chat-Feed-System

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Das React-Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensor und dynamische neuronale Netze in Python mit starker GPU-Beschleunigung

98.6k
0
Entwickler