with one click
go-cli-template
go-cli-template contains 3 collected skills from mieubrisse, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Scaffolds a new Cobra command following the directory-per-command convention. Creates the command file, test file, and wires it into the parent command. Invoke when adding a new CLI command or subcommand.
Transforms this template repo into a real project. Invoke after cloning a repo created from the Go CLI template. Replaces placeholder names, configures Beads, creates the Homebrew tap repo, and sets up GitHub release infrastructure. Self-destructs after completion.
Guides the semantic versioning release workflow. Invoke when the user asks to tag, release, cut a release, bump the version, or publish a new version. Determines the next semver version, presents it for user approval, then tags and pushes. Monitors the release CI workflow to completion.