ring:dev-verify-code
Installation
SKILL.md
Verify Code
Atomic code verification for Go projects. Run everything, get a verdict.
This skill only REPORTS — it does NOT fix anything.
Step 0: Discover Available Commands
Before running any checks, discover what is available in the project.
MUST perform these checks:
- Verify
go.modexists — if not, STOP and report: "Not a Go project." - Read
Makefile(if present) to discover available targets - Check tool availability:
goimports,gofmt(both ship with Go toolchain;goimportsmay need install)
Command Discovery from Makefile: