promote
Runs the full release workflow for the current project. Commits any uncommitted changes, pushes to remote, creates and merges a PR if on a feature branch, determines the next semver version from conventional commits, creates an annotated git tag and GitHub release with generated notes, cleans up merged branches, and returns to a clean main. Use when the user says promote, ship, release, commit and push, tag and release, or get back to main.
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill promote --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Promote Changes Runs the full release workflow from current working state to a tagged GitHub release on main. Current branch: !`git branch --show-current 2>/dev/null || echo "unknown"` Git status: !`git status --short 2>/dev/null || echo "not a git repo"` Last tag: !`git describe --tags --abbrev=0 2>/dev/null || echo "none"` Recent commits since last tag: ```text !`git log $(git describe --tags
What does the promote skill do?
Runs the full release workflow for the current project. Commits any uncommitted changes, pushes to remote, creates and merges a PR if on a feature branch, determines the next semver version from conventional commits, creates an annotated git tag and GitHub release with generated notes, cleans up merged branches, and returns to a clean main. Use when the user says promote, ship, release, commit and push, tag and release, or get back to main.
How do I install it?
Run `npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill promote --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From jeremylongshore/claude-code-plugins-plus-skills, a repository with 2,596 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.