release — for Claude Code release, OpenSnek, community, for Claude Code, ide skills, mouse-control, peripherals, git status --short --branch, git tag --sort=-v:refname | head, CHANGELOG.md

v1.0.0

Sobre este Skill

Cenario recomendado: Ideal for AI agents that need use this skill to cut a tagged opensnek release from main and trigger the github actions dmg. Resumo localizado: Lightweight configuration software for USB and bluetooth Razer devices on macOS # Release Overview Use this skill to cut a tagged OpenSnek release from main and trigger the GitHub Actions DMG release workflow. It covers mouse-control, peripherals, razer workflows. This AI agent

Recursos

Use this skill to cut a tagged OpenSnek release from main and trigger the GitHub Actions DMG
Prefer the repo's existing ./OpenSnek/scripts/cut release.sh --version <semver entrypoint over
Start from the repository root and inspect the current git state with git status --short --branch.
Inspect the current release context before choosing a version:
read the latest tag with git tag --sort=-v:refname head

# Core Topics

gh123man gh123man
[17]
[0]
Updated: 4/6/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for teams, 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
45
Canonical Locale
en
Detected Body Locale
en

Cenario recomendado: Ideal for AI agents that need use this skill to cut a tagged opensnek release from main and trigger the github actions dmg. Resumo localizado: Lightweight configuration software for USB and bluetooth Razer devices on macOS # Release Overview Use this skill to cut a tagged OpenSnek release from main and trigger the GitHub Actions DMG release workflow. It covers mouse-control, peripherals, razer workflows. This AI agent

Por que usar essa habilidade

Recomendacao: release helps agents use this skill to cut a tagged opensnek release from main and trigger the github actions dmg. Lightweight configuration software for USB and bluetooth Razer devices on macOS # Release

Melhor para

Cenario recomendado: Ideal for AI agents that need use this skill to cut a tagged opensnek release from main and trigger the github actions dmg.

Casos de Uso Práticos for release

Caso de uso: Applying Use this skill to cut a tagged OpenSnek release from main and trigger the GitHub Actions DMG
Caso de uso: Applying Prefer the repo's existing ./OpenSnek/scripts/cut release.sh --version <semver entrypoint over
Caso de uso: Applying Start from the repository root and inspect the current git state with git status --short --branch

! Segurança e Limitações

  • Limitacao: Do not cut a release from a dirty worktree.
  • Limitacao: Do not add the v prefix to the script argument; the script adds it when creating the tag.
  • Limitacao: Do not invent a version before checking the latest tag.

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?

Cenario recomendado: Ideal for AI agents that need use this skill to cut a tagged opensnek release from main and trigger the github actions dmg. Resumo localizado: Lightweight configuration software for USB and bluetooth Razer devices on macOS # Release Overview Use this skill to cut a tagged OpenSnek release from main and trigger the GitHub Actions DMG release workflow. It covers mouse-control, peripherals, razer workflows. This AI agent

How do I install release?

Run the command: npx killer-skills add gh123man/OpenSnek/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: Caso de uso: Applying Use this skill to cut a tagged OpenSnek release from main and trigger the GitHub Actions DMG, Caso de uso: Applying Prefer the repo's existing ./OpenSnek/scripts/cut release.sh --version <semver entrypoint over, Caso de uso: Applying Start from the repository root and inspect the current git state with git status --short --branch.

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?

Limitacao: Do not cut a release from a dirty worktree.. Limitacao: Do not add the v prefix to the script argument; the script adds it when creating the tag.. Limitacao: Do not invent a version before checking the latest tag..

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 gh123man/OpenSnek/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

Overview

Use this skill to cut a tagged OpenSnek release from main and trigger the GitHub Actions DMG release workflow.

Prefer the repo's existing ./OpenSnek/scripts/cut_release.sh --version <semver> entrypoint over manual tagging.

If the user does not provide an exact target version, inspect the latest tag plus the newest changelog entries, recommend a major, minor, or patch bump with a short rationale, then ask the user which bump they want before resolving the concrete semver.

Workflow

  1. Start from the repository root and inspect the current git state with git status --short --branch.
  2. Inspect the current release context before choosing a version:
    • read the latest tag with git tag --sort=-v:refname | head
    • inspect the newest relevant CHANGELOG.md section(s)
  3. If the user already provided an exact version, confirm it is bare semver without a leading v and skip the bump prompt.
  4. If the user did not provide an exact version:
    • suggest major, minor, or patch based on the changelog and explain the recommendation in one short sentence
    • use these heuristics unless the changelog clearly points elsewhere:
      • patch: fixes, polish, internal reliability, tooling, and backward-compatible corrections
      • minor: backward-compatible user-facing features, new supported hardware, new commands, or meaningful capability additions
      • major: breaking or intentionally incompatible changes to user workflows, APIs, protocols, or packaging expectations
    • if the changelog is ambiguous, say so and default to the smallest defensible bump
    • ask the user which bump they want: major, minor, or patch
    • compute the concrete bare semver from the latest tag after the user answers
  5. Use ./OpenSnek/scripts/cut_release.sh --version <semver> as the default release command.
  6. Let the script handle the preflight: clean worktree check, fetch/fast-forward of main, full swift test --package-path OpenSnek, annotated v<semver> tag creation, and push of both main and the tag.
  7. Report the pushed tag and remind the user that .github/workflows/release-dmg.yml publishes the release from that tag.

Guardrails

  • Do not cut a release from a dirty worktree.
  • Do not add the v prefix to the script argument; the script adds it when creating the tag.
  • Do not invent a version before checking the latest tag.
  • Do not skip the bump recommendation and major/minor/patch prompt when the user has not already supplied an exact semver.
  • Do not use --skip-tests unless the user explicitly asks for it.
  • Do not bypass cut_release.sh with raw git tag commands unless the user explicitly asks for a manual flow.
  • If the command fails, summarize the exact failing step and stop before retrying anything destructive.

Habilidades Relacionadas

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

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

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

widget-generator

Logo of f
f

Gerar plugins de widgets personalizáveis para o sistema de feed do prompts.chat

flags

Logo of vercel
vercel

O Framework React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Desenvolvedor