---
name: Cut Release
slug: cut-release-2
category: DevOps
description: Cut Release tags, pushes, and publishes a GitHub release with hand-crafted notes. Use it when you need to create a release from the current codebase.
github: "https://github.com/janekbaraniewski/openusage/tree/main/.codex/skills/cut-release"
language: Go
stars: 187
forks: 16
install: "npx degit https://github.com/janekbaraniewski/openusage/tree/main/.codex/skills/cut-release ~/.claude/skills/cut-release"
installs_to: ~/.claude/skills/cut-release
source_path: .codex/skills/cut-release/SKILL.md
collection_size: 14
category_size: 1013
collection_url: "https://dirskills.com/collections/janekbaraniewski/openusage"
added: 2026-09-06T05:20:21.455Z
last_synced: 2026-09-06T05:20:21.455Z
canonical_url: "https://dirskills.com/skills/cut-release-2"
---

# Cut Release

Cut Release tags, pushes, and publishes a GitHub release with hand-crafted notes. Use it when you need to create a release from the current codebase.

**Install:**

```bash
npx degit https://github.com/janekbaraniewski/openusage/tree/main/.codex/skills/cut-release ~/.claude/skills/cut-release
```

## README

# Skill: Cut Release

> **Invocation**: Tag, push, and publish a GitHub release with hand-crafted notes

Read and follow the full skill specification in `docs/skills/cut-release/SKILL.md`.
