Navigate to project root first
Description
PROJECT_ROOT=$(git rev-parse --show-toplevel 2>/dev/null || echo "$PWD") cd "$PROJECT_ROOT" && bash .claude/scripts/release.sh $ARGUMENTS --yes
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for maslennikov-ig/claude-code-orchestrator-kit, shared by 10 entries
in this directory. It describes the repository, not this entry specifically.
description: Automated release management with version bumping and dual changelog generation argument-hint: [patch|minor|major] [-m "message"]
Execute the release automation script with auto-confirmation for Claude Code.
**Features:**
- Auto-syncs package.json versions with latest git tag (prevents version conflicts)
- Analyzes commits since last release
- Auto-detects version bump type from conventional commits
- Generates dual changelogs:
CHANGELOG.md- Technical format (Keep a Changelog) for developersRELEASE_NOTES.md- User-facing format with friendly language for marketing
- Updates all package.json files
- Creates git tag and pushes to GitHub
- Full rollback support on errors
- Custom commit message for uncommitted changes via
--message/-mflag
**Generated RELEASE_NOTES.md format:**
- Friendly scope names (auth → Authentication, db → Database)
- Emojis for visual clarity (✨ Features, 🐛 Fixes, 🔒 Security)
- Skips technical commits (chore, ci, docs) not relevant to users
- Ready to copy for announcements, app stores, emails
**Tip:** Use `-m` with `feat:` or `fix:` prefix to include your changes in RELEASE_NOTES:
/push patch -m "feat(worker): add worker readiness pre-flight system"
**Usage:**
Navigate to project root first
PROJECT_ROOT=$(git rev-parse --show-toplevel 2>/dev/null || echo "$PWD") cd "$PROJECT_ROOT" && bash .claude/scripts/release.sh $ARGUMENTS --yes
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git