小葱技能站7w4.net,专业的AI技能分享平台。
Use gotestsum to turn noisy go test output into compact failure summaries, JUnit or JSON artifacts, and optional reruns of flaky tests before an agent starts fixing Go code.
gotestsum, Go toolchain
Requirements and caveats from upstream:
Basic usage or getting-started notes:
gotestsum runs tests using go test -json, prints formatted test output, and a summary of the test run.
Download a binary from releases, or build from
source with go install gotest.tools/gotestsum@latest. To run without installing use
Extracted from upstream docs: https://raw.githubusercontent.com/gotestyourself/gotestsum/HEAD/README.md
这个 Skill 的内容非常单薄,文档基本只是工具介绍,缺乏实际的使用说明和操作指南。链接指向混乱,看起来像是未完成的占位符。用户无法从中获得有效的帮助信息,建议选择文档更完善、内容更充实的类似工具指南。