Gh Release Push — Development skill for Claude Code
Tag and push a release from green main.
How to install Gh Release Push
Installs to ~/.claude/commands/petar-djukic-coding-skills-gh-release-push.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/petar-djukic/coding-skills/HEAD/.claude/commands/gh-release-push.md -o ~/.claude/commands/petar-djukic-coding-skills-gh-release-push.md Restart Claude Code, or start a new session, for it to be picked up.
What Gh Release Push does
Tag and push a release from green `main`.
Precondition — main branch, no worktree
A release tags a green `main`. It produces no code change and never runs on a worktree branch. Stop immediately if the current branch is not `main`:
branch=$(git branch --show-current)
[ "$branch" = "main" ] || { echo "Release must run on main (currently on '$branch'). Abort."; exit 1; }
Steps
- Run the repo's full release gate set. Where
mage -llists targets,mage tagis the entry p
Alternatives in Development
- Agent.System.Main.Communication — Communication 19k ★
- Happy Coder — by GrocerPublishAgent - Spawn and control multiple Claude Codes in parallel from your phone or desktop 15.7k ★
- 01 Main System Prompt — Main System Prompt 2.3k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Gsd T Complete Milestone
GSD-T: Complete Milestone — Archive and Tag Release
Claude Skill Devto
DEV.to Article publishing, CSRF API integration, tag management
Shopify Tag Architect
Claude skill: build a store-specific tag taxonomy for Shopify, apply it in reviewable batches, and roll it bac
Rm Tag
從任務移除 tag(預設),加 --from-space 會從 Space 整個刪掉
Knowledge Base Rules
Always-on. Knowledge-base consultation discipline. Projects declare their knowledge sources in PROJECT.md; age
Codeweb
Dissect a codebase into atomic nodes, wire the system web, tag domains, and surface overlap/consolidation oppo
Related Agents
Git Release Tagger
Use this agent when you need to create a git tag for a version of the app. Supports both post-release tags (Ap
Release Quality Runner
MUST BE USED in Phase 0 of the releasing-erfana skill to enforce the pre-flight checklist before any release t
CI CD
CI/CD e release - GitHub Actions tag-triggered, build Flutter iOS/Android (runner macOS self-hosted, Codemagic