🚀
DevOpsC

Release

by yoanbernabeu

Release is a DevOps skill for Claude Code, published by yoanbernabeu in grepai.

1.8K stars151 forkson yoanbernabeu/grepaiAdded 2026/08/18Repository updated 2026/06/22
aiclaude-codeclicode-searchcursordeveloper-toolsembeddingsgolangmcpprivacy-firstsemantic-searchvector-search
Install in seconds
Install Release
Copy Release into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/yoanbernabeu/grepai/tree/main/.claude/skills/release ~/.claude/skills/release

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/yoanbernabeu/grepai.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/release/SKILL.md in yoanbernabeu/grepai
Installs to
~/.claude/skills/release
Collection
One of 2 skills cataloged from this repository
Category
DevOps798 skills

What Release does

Release automates creating a new grepai version: it checks CI status, categorizes merged PRs to determine a semantic version bump, updates CHANGELOG.md and documentation, credits contributors, and creates a GitHub release. Use it when you need to publish a new version.

Release is cataloged under DevOps on DirSkills. Release comes from a repository tagged ai, claude-code, cli, code-search and cursor.

Documentation

README

Release Process for grepai

This skill guides you through creating a new release. All output must be in English.

When to Use This Skill

Invoke this skill when:

  • User asks to "create a release"
  • User asks to "publish a new version"
  • User asks to "bump the version"
  • User mentions "release" in the context of versioning

Release Workflow

Step 1: Verify CI on Main

Check that all CI checks pass on main:

gh run list --branch main --limit 1 --json status,conclusion,name

STOP if CI is not green. Ask the user to fix issues first.

Step 2: Get Current Version and Changes

Get the latest release:

gh release list --limit 1

List merged PRs since last release:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Release

  • What else does yoanbernabeu publish alongside Release?

    Release is one of 2 skills that DirSkills catalogs from yoanbernabeu/grepai, the repository it ships in. Its siblings there include GrepAI. Each one is a separate skill with its own page in this directory, installs the same way Release does, and is maintained by yoanbernabeu in that same repository. The rest of the collection is listed on the yoanbernabeu/grepai page.

  • How does Release compare to other DevOps skills?

    Release ranks #286 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Release against them. Open each page to compare what they document and how they install.