ワンクリックで
go-cli-template
go-cli-template には mieubrisse から収集した 3 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
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.