Go Verify — Development agent for Claude Code
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
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 RepositoryRelated Agents
Reviewer Code
⚖️ Use this agent for code review with an explicit verdict (APPROVED / CHANGES REQUESTED / BLOCKED) - acceptan
Evidence Basis
Probe lens 3 of 6. Audits every claim for its source, flags the unsourced and the self-contradicting, and name
Review Resilience.Agent
Read-only resilience reviewer. Flags missing I/O error handling, absent recovery paths for partial failures, a
Technical Lead Reviewer
Use this agent when the user explicitly requests code review or asks for technical leadership feedback on thei
Verify Error Handling
STAGE 4 VERIFICATION - Error handling completeness. Detects swallowed exceptions, empty catch blocks, missing
Coverage Guardian
Use to verify and repair the coverage gate — run the repo's unit tests with coverage, find touched files below
Related Skills
Quinn
Activates Quinn, QA Engineer. Validates releases, runs regression checks, verifies service wiring, tests API e
Rogue Jvm Skill
JVM languages (Java, Kotlin, Scala). Use when the project needs this capability or the user / team manifest as
Check CI
Token-free PR merge-gate watcher — one process loops inside gh pr checks --watch --fail-fast, then verifies ze