Golang Test Review — Testing skill for Claude Code
Use when reviewing Go test code (new or changed _test.go files, test harnesses, fixtures, or test tooling) for a Go-test-expert pass — behavior-over-surface, determinism, parallel-safety, build-tag c.
How to install Golang Test Review
Installs to ~/.claude/skills/mickeyyaya-evolve-loop-golang-test-review/SKILL.md
mkdir -p ~/.claude/skills/mickeyyaya-evolve-loop-golang-test-review && curl -fsSL https://raw.githubusercontent.com/mickeyyaya/evolve-loop/HEAD/commands/golang-test-review.md -o ~/.claude/skills/mickeyyaya-evolve-loop-golang-test-review/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Golang Test Review does
description: "Use when reviewing Go test code (new or changed *_test.go files, test harnesses, fixtures, or test tooling) for a Go-test-expert pass — behavior-over-surface, determinism, parallel-safety, build-tag correctness, and harness reuse. Complements the general code-reviewer with test-specific rigor."
Run the **golang-t
Alternatives in Testing
- Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
- #29 — #52, #103) 92.5k ★
- Testing Strategy — This project is small, runs in a terminal, and is mostly deterministic 10.9k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Reviewer Tester
You are reviewing one focused group of changed test files from a pull request for an automated pipeline. Your
Test Fixtures
Run this repo's LLM-based test fixtures (fixtures/scoring and fixtures/commands) end to end and report pass/fa
Test Driven Development
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch
Reduce Golang Detections Skill
Claude Code skill for systematically reducing VirusTotal/EDR detection rates on compiled Go binaries via PE st
Zeta
A retro-style TUI File explorer, remember Norton Commander and the like? well, this is my take in Rust while t
Agent Context Guard
Codebase AI Agent Readiness & Context Hygiene Radar: audits steering docs (AGENTS.md, CLAUDE.md, .cursorrules)
Related Agents
Golang Expert
Principal Go engineer specialized in concurrent systems, performance-critical code, CLI tools, gRPC/REST APIs,
Review Reliability
R3 Reliability reviewer — behavior-first tests, coverage value, edge cases, determinism, contracts, and regres
Golang Concurrency Reviewer
Use this agent when you need expert review of Go code implementation, particularly when the code involves goro