go-check
PassBuild and vet the voltgpt bot, reporting compilation or static analysis errors
(0)
0stars
0downloads
4views
Install Skill
Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.
Install globally (user-level):
npx skillhub install cherryroots/voltgpt/go-checkInstall in current project:
npx skillhub install cherryroots/voltgpt/go-check --projectSuggested path: ~/.claude/skills/go-check/
SKILL.md Content
---
name: go-check
description: Build and vet the voltgpt bot, reporting compilation or static analysis errors
disable-model-invocation: true
---
Run the following commands in /home/bot/dev/bots/voltgpt and report results:
1. `/usr/local/go/bin/go vet ./...` — report all warnings
2. `/usr/local/go/bin/go build -o voltgpt` — report any build errors
3. If both pass, confirm the binary was updated successfully
4. If either fails, show the full error output so it can be fixed