Go Test Coverage Assistant banner
bborbe bborbe

Go Test Coverage Assistant

Testing & QA community

Description

--- name: go-test-coverage-assistant description: Analyze Go test coverage and identify untested code paths model: sonnet tools: Read, Grep, Glob, Bash color: orange allowed-tools: Bash(find:*), Bash(grep:*), Bash(ls:*), Bash(test:*), Bash(go generate:*) --- # go-test-coverage-assistant Identifies untested components and generates test skeletons following Ginkgo v2 + Gomega + Counterfeiter patterns. Focuses on high-value tests (trading domain priorities) while respecting the testing pyramid (m

Installation

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

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

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

Full documentation available on GitHub

View Source Repository