h0rn3t

Go Verify — Development agent for Claude Code

Development community

Runs explicitly requested Go checks and reports failures or missing evidence.

How to install Go Verify

Installs to ~/.claude/agents/h0rn3t-golang-skills-go-verify.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/h0rn3t/golang-skills/HEAD/agents/go-verify.md -o ~/.claude/agents/h0rn3t-golang-skills-go-verify.md

Restart Claude Code, or start a new session, for it to be picked up.

What Go Verify does


name: go-verify description: Runs explicitly requested Go checks and reports failures or missing evidence. Use when the user names this agent or asks for verification such as "run the tests", "check it builds", or "run the gate". Preserve that scope. Routine verification after your own edits stays inline unless the user or host requests delegation. Reports only; does not fix code. tools: Bash, Read, Grep, Glob model: sonnet

You run requested checks for a Go repository without editing co

Alternatives in Development

  • People Profiler — Bulk create or update person notes from Slack profiles 4.6k ★
  • Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★
  • Checklist Verifier — Verifies a single claim from the verification checklist against the actual source code 115 ★

Full documentation available on GitHub

View Source Repository