# Gotestsum

> Use this skill when the user wants to 'go test' runner with output optimized for humans, junit xml for ci integration, and a summary of the test results.

- Skill: `javimosch/gotestsum` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/gotestsum`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/gotestsum/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/gotestsum

---


# Gotestsum Plugin

'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.

## Commands

### Operations
- `gotestsum test run` — run test via gotestsum

## Usage Examples
- "gotestsum --help"
- "gotestsum <args>"

## Installation

```bash
go install gotest.tools/gotestsum@latest
```

## Examples

```bash
gotestsum --version
gotestsum --help
```

## Key Features
- go\n- testing\n- ci-cd

