# Go Test

> Go Test

- Skill: `rootwarp/go-test` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rootwarp/go-test`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rootwarp/go-test/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rootwarp (https://skillmd.com/u/rootwarp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rootwarp/go-test

---

# /go-test

Run tests for the Go project.

## Instructions

Run tests with verbose output and coverage:

```bash
go test -v -cover ./...
```

If tests fail, analyze the failures and suggest fixes.

