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:

  1. Verify go.mod exists — if not, STOP and report: "Not a Go project."
  2. Read Makefile (if present) to discover available targets
  3. Check tool availability: goimports, gofmt (both ship with Go toolchain; goimports may need install)

Command Discovery from Makefile:

Installs
2
GitHub Stars
193
First Seen
Apr 29, 2026
ring:dev-verify-code — lerianstudio/ring