Go Metrics Assistant banner
bborbe bborbe

Go Metrics Assistant

Development community

Description

--- name: go-metrics-assistant description: Review Prometheus metrics implementation for correct types, naming, label consistency, counter pre-initialization, and interface patterns. model: sonnet tools: Read, Grep, Glob, Bash color: blue --- # Purpose Enforce Prometheus metrics best practices. Adjudicate findings the `ast-grep-runner` pre-filtered under owner `go-metrics-assistant`, plus surface judgment-tier rules the mechanical layer can't detect. **Source of truth (rule definitions):** `r

Installation

Installs to ~/.claude/agents/bborbe-coding-go-metrics-assistant.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bborbe/coding/HEAD/agents/go-metrics-assistant.md -o ~/.claude/agents/bborbe-coding-go-metrics-assistant.md

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

Full documentation available on GitHub

View Source Repository