Use gotestsum to turn noisy `go test` output into compact failure summaries, JUnit or JSON artifacts, and optional reruns of flaky tests before an agent starts fixing Go code.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill summarize-failing-go-test-runs-and-rerun-flakes-before-ci-repair-loops-with-gotestsum --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Summarize Failing Go Test Runs And Rerun Flakes Before Ci Repair Loops With Gotestsum?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-summarize-failing-go-test-runs-and-rerun-flakes-be)More formats (shields.io, HTML) on the badges page.
---
name: "Summarize failing Go test runs and rerun flakes before CI repair loops with gotestsum"
slug: "summarize-failing-go-test-runs-and-rerun-flakes-before-ci-repair-loops-with-gotestsum"
description: "Use gotestsum to turn noisy `go test` output into compact failure summaries, JUnit or JSON artifacts, and optional reruns of flaky tests before an agent starts fixing Go code."
github_stars: 2600
verification: "security_reviewed"
source: "https://github.com/gotestyourself/gotestsum"
author: "gotestyourself maintainers"
publisher_type: "open_source_project"
category: "Code Quality & Review"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "gotestyourself/gotestsum"
github_stars: 2600
---
# Summarize failing Go test runs and rerun flakes before CI repair loops with gotestsum
Use gotestsum to turn noisy `go test` output into compact failure summaries, JUnit or JSON artifacts, and optional reruns of flaky tests before an agent starts fixing Go code.
## Prerequisites
gotestsum, Go toolchain
## Installation
Requirements and caveats from upstream:
- The nerdfonts icons requires a font from [Nerd Fonts](https://www.nerdfonts.com/).
- Note that using --rerun-fails may require the use of other flags, depending on
- [moby](https://github.com/moby/moby/blob/master/hack/test/unit) (aka Docker)
Basic usage or getting-started notes:
- gotestsum runs tests using go test -json, prints formatted test output, and a summary of the test run.
- Download a binary from [releases](https://github.com/gotestyourself/gotestsum/releases), or build from
- source with go install gotest.tools/gotestsum@latest. To run without installing use
- Source: https://github.com/gotestyourself/gotestsum
- Extracted from upstream docs: https://raw.githubusercontent.com/gotestyourself/gotestsum/HEAD/README.md
## Documentation
- https://github.com/gotestyourself/gotestsum
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/summarize-failing-go-test-runs-and-rerun-flakes-before-ci-repair-loops-with-gotestsum/)
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!