🚀
DevOpsGo

Skillshare Release

by runkids

Skillshare Release is a DevOps skill for Claude Code, published by runkids in skillshare.

2.6K stars157 forkson runkids/skillshareAdded 2026/08/18+1% in starsRepository updated 2026/08/10
agenthubaiclaude-codeclicodexcodex-skillscopilotcross-machine-synccursorgeminigoguiopenclawskillsskills-auditskills-managementskills-managerskills-uiskillshareteam-management
Install in seconds
Install Skillshare Release
Copy Skillshare 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/runkids/skillshare/tree/main/.skillshare/skills/skillshare-release ~/.claude/skills/skillshare-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/runkids/skillshare.git

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

In this catalog

Source file
.skillshare/skills/skillshare-release/SKILL.md in runkids/skillshare
Installs to
~/.claude/skills/skillshare-release
Collection
One of 11 skills cataloged from this repository
Category
DevOps798 skills

What Skillshare Release does

Skillshare Release runs the end-to-end release process for skillshare: it runs tests, generates a changelog, bumps the version, commits and tags, and drafts announcements. Use when the user asks to release or prepare a release.

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

Documentation

README

End-to-end release workflow for skillshare. $ARGUMENTS specifies the version (e.g., v0.19.0).

Prerequisites

  • All feature work merged to current branch
  • Working directory clean (git status shows no uncommitted changes)

Workflow

Phase 1: Validate

Run full test suite and code quality checks. Fix any failures before proceeding.

make check   # fmt-check + lint + test (builds binary first)

If tests fail: fix them, don't skip. Do not ask the user — fix and re-run.

Phase 2: Changelog

Invoke /changelog $VERSION to generate the changelog entry.

This handles:

  • Collecting commits since last tag
  • Categorizing by conventional commit type
  • Writing user-facing CHANGELOG.md entry
  • Syncing website changelog (website/src/pages/changelog.md)

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

Commands Skillshare Release provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /changelog

Frequently asked about Skillshare Release

  • What else does runkids publish alongside Skillshare Release?

    Skillshare Release is one of 11 skills that DirSkills catalogs from runkids/skillshare, the repository it ships in. Its siblings there include Changelog Generator, Clean and Implement Feature. Each one is a separate skill with its own page in this directory, installs the same way Skillshare Release does, and is maintained by runkids in that same repository. The rest of the collection is listed on the runkids/skillshare page.

  • How does Skillshare Release compare to other DevOps skills?

    Skillshare Release ranks #243 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 Skillshare Release against them. Open each page to compare what they document and how they install.

More from runkids/skillshare

Skillshare Release is one of 11 skills cataloged on DirSkills from runkids/skillshare.

See all 11 skills