go-check

Pass

Build and vet the voltgpt bot, reporting compilation or static analysis errors

@cherryroots
MIT2/22/2026
(0)
0stars
0downloads
3views

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-check

Install in current project:

npx skillhub install cherryroots/voltgpt/go-check --project

Suggested 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
go-check | SkillHub | SkillHub