원클릭으로
go-cli-template
go-cli-template에는 mieubrisse에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 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.