🚀
DevOpsRust

AgentBro Release

by shirenchuang

AgentBro Release is a DevOps skill for Claude Code, published by shirenchuang in agentbro.

212 stars30 forkson shirenchuang/agentbroAdded 2026/09/04Repository updated 2026/08/04
agent-toolsai-agentsclaude-codecoding-agentcursordesktop-appdeveloper-toolsdynamic-islandgemini-clilocal-firstmacosmcpopenai-codexreactrusttauritypescript
Install in seconds
Install AgentBro Release
Copy AgentBro 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/shirenchuang/agentbro/tree/main/.agents/skills/agentbro-release ~/.claude/skills/agentbro-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/shirenchuang/agentbro.git

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

In this catalog

Source file
.agents/skills/agentbro-release/SKILL.md in shirenchuang/agentbro
Installs to
~/.claude/skills/agentbro-release
Collection
One of 3 skills cataloged from this repository
Category
DevOps920 skills

What AgentBro Release does

AgentBro Release guides the release process for AgentBro, including version bumps, release notes, tagging, pushing, and post-release checks. Use it when publishing a stable version or fixing a bad release.

AgentBro Release is cataloged under DevOps on DirSkills. AgentBro Release comes from a repository tagged agent-tools, ai-agents, claude-code, coding-agent and cursor.

Documentation

README

AgentBro Release

Use this repository-scoped skill for AgentBro release work. Keep unrelated local changes out of commits.

Safety Rules

  • Start with git status --short --branch. If unrelated files are dirty, do not stage them.
  • Never reuse or force-move an existing release tag. If a published release is wrong, make the next patch version.
  • Do not edit signing keys, certificates, entitlements, or release secrets.
  • Do not bump versions in feature PRs. Only bump for an actual release.
  • Do not leave dev behind the latest stable release. Every stable release must be merged back through a PR to dev.
  • If gh is not authenticated, use the public GitHub API with curl for read-only checks.

Version Selection

Use semantic versioning when choosing the next release number:

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

Frequently asked about AgentBro Release

  • What else does shirenchuang publish alongside AgentBro Release?

    AgentBro Release is one of 3 skills that DirSkills catalogs from shirenchuang/agentbro, the repository it ships in. Its siblings there include AgentBro PR Merge and Source Command Check. Each one is a separate skill with its own page in this directory, installs the same way AgentBro Release does, and is maintained by shirenchuang in that same repository. The rest of the collection is listed on the shirenchuang/agentbro page.

  • How does AgentBro Release compare to other DevOps skills?

    AgentBro Release ranks #826 by stars among the 920 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 AgentBro Release against them. Open each page to compare what they document and how they install.