go-code-review
✓检查 Go 代码的惯用模式、错误处理、并发安全性和常见错误。在检查 .go 文件、检查错误处理、goroutine 使用或界面设计时使用。
SKILL.md
| Missing error checks, wrapped errors | references/error-handling.md | | Race conditions, channel misuse | references/concurrency.md | | Interface pollution, naming | references/interfaces.md | | Resource leaks, defer misuse | references/common-mistakes.md |
These patterns are acceptable and should NOT be flagged as issues:
| Missing error check | Error return is actionable (can retry, log, or propagate) | | Goroutine leak | No context cancellation path exists for the goroutine | | Missing defer | Resource isn't explicitly closed before next acquisition or return | | Interface pollution | Interface has > 1 method AND only one consumer exists |
检查 Go 代码的惯用模式、错误处理、并发安全性和常见错误。在检查 .go 文件、检查错误处理、goroutine 使用或界面设计时使用。 来源:existential-birds/beagle。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/existential-birds/beagle --skill go-code-review- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 go-code-review?
检查 Go 代码的惯用模式、错误处理、并发安全性和常见错误。在检查 .go 文件、检查错误处理、goroutine 使用或界面设计时使用。 来源:existential-birds/beagle。
如何安装 go-code-review?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/existential-birds/beagle --skill go-code-review 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/existential-birds/beagle
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01