goreview
SkillDev toolsReview Go code in the current git diff. Triggered when the user says 审查 Go 代码, review Go, or 检查代码.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the goreview skill
What this skill tells your AI
The instructions your AI receives, as published by iceymoss/go-hichat-api in .claude/skills/goreview/SKILL.md and read by ahel’s review.
审查当前 git diff 中的 Go 代码。
步骤
- 运行
git diff HEAD获取变更 - 检查以下方面:
- 错误处理是否完整(有没有吞掉 error)
- 并发安全性(共享状态是否有锁保护)
- 资源泄漏(goroutine、连接、文件句柄)
- 接口设计是否符合 Go 惯例
- 是否违反 CLAUDE.md 规则(encoding/json、三数据库兼容等)
- 测试覆盖是否充分
- 只报告真正的问题,不报告纯风格建议
输出格式
按严重程度排序,每个问题一行:
SEVERITY | file:line | 描述
Signals
- GitHub stars
- 41
- Forks
- 9
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
goreview- Source
- github.com/iceymoss/go-hichat-api