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.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-66214f58)More formats (shields.io, HTML) on the badges page.
---
name: gotestsum
description: 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.
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!