Skip to content

v0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Apr 12:42

安装

通过 npx skills(推荐)

cd your-go-project
npx skills add singchia/gospec

通过一行命令(带 AGENTS.md 自动落地)

cd your-go-project
bash <(curl -sSL https://raw.githubusercontent.com/singchia/gospec/main/scripts/install.sh)

离线 / 内网(下载本 release 的 .skill 包)

curl -L -o gospec.skill https://github.com/singchia/gospec/releases/download/v0.3.1/gospec.skill
unzip gospec.skill -d ~/.claude/skills/

完整 changelog 见下方"What's Changed"自动生成的内容。

Full Changelog: v0.3.0...v0.3.1