Gumroad CLI Release
Cuts a gumroad-cli release with the repo's actual Go-date tag scheme (v0.YYYYMMDD.N), validated end to end against the live repo.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · bccfc63
Ran the workflow for real against a throwaway clone of the live repo: it correctly detected origin/main already sits at the latest real tag (v0.20260713.1) and would stop; after simulating one new commit it computed v0.20260714.0, and the repo's own validate-release-tag.sh accepted it — a naive baseline guess (plain semver like v1.0.0) would have violated the Go-module tag shape the skill explicitly warns against.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Gumroad CLI Release does
Automates releasing the antiwork/gumroad-cli project after a PR lands to main: computes the next Go-compatible date tag (v0.YYYYMMDD.N), validates it with the repo's own script, tags origin/main, pushes only the tag, and checks the GitHub release/Homebrew workflow. Triggers on "cut a gumroad-cli release", "push the release tag", or "release the merged gumroad-cli changes." Project-scoped by design — only useful when working inside a clone of this specific repo.
How to install Gumroad CLI Release
git clone https://github.com/antiwork/gumroad-cli
cd gumroad-cli
mkdir -p ~/.claude/skills
cp -r .agents/skills/gumroad-cli-release ~/.claude/skills/gumroad-cli-release
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Gumroad CLI Release
-
/gumroad-cli-releaseCuts a gumroad-cli release with the repo's actual Go-date tag scheme (v0.YYYYMMDD.N), validated end to end against the live repo.
It also activates on plain-language prompts like these:
-
Cut a gumroad-cli release now that this PR merged into main -
Push the release tag for the merged gumroad-cli changes -
Compute the next Go-compatible date tag and tag origin/main
Frequently asked questions
- Is the Gumroad CLI Release skill free?
- Yes. The skill itself is free from antiwork/gumroad-cli. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Gumroad CLI Release work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran the workflow for real against a throwaway clone of the live repo: it correctly detected origin/main already sits at the latest real tag (v0.20260713.1) and would stop; after simulating one new commit it computed v0.20260714.0, and the repo's own validate-release-tag.sh accepted it — a naive baseline guess (plain semver like v1.0.0) would have violated the Go-module tag shape the skill explicitly warns against.
- What is the Gumroad CLI Release SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Gumroad CLI Release?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Gumroad CLI Release with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.