go-local-health

Execute non-interactive Go health checks for tests, coverage, and lint in Go repositories.

131|13|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/regenrek/agent-skills --skill go-local-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-local-health
Source: https://github.com/regenrek/agent-skills/tree/main/skills/go-local-health
Command: npx skills add https://github.com/regenrek/agent-skills --skill go-local-health

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires go, tparse, golangci-lint, and includes scripts (resource) components.

What problem does it solve?

Run reliable, non-interactive Go health checks to validate tests, coverage, and lint in Go repositories.

Core Features & Use Cases

Provide consistent, repeatable checks for Go projects with go.mod/go.sum. Use for quick snapshots, iterative test loops, and coverage exploration to understand health at a glance.

Quick Start

From the repository root, run the Go Local Health skill to perform tests, coverage, and lint checks.

Frequently Asked Questions about go-local-health

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Go health checks for tests, coverage, and linting?

Run Go health checks by executing non-interactive scripts from the repository root to validate tests, coverage, and lint in Go projects containing go.mod and go.sum files.

Do I need golangci-lint and tparse to check my Go project?

Yes, checking your Go project requires language-tool chains including go, tparse, and golangci-lint to execute strict non-interactive health checks and parse test outputs.

What is the best way to get repeatable Go test and coverage snapshots?

Repeatable Go test and coverage snapshots are generated by running deterministic, non-interactive health checks that provide consistent results for iterative test loops.

Can I use this for quick health snapshots in Go repositories?

Yes, you can use it for quick health snapshots in Go repositories to validate project status at a glance, provided the repository contains a go.mod file.

Why does my Go health check require non-interactive execution?

Go health checks require non-interactive execution to ensure deterministic behavior, allowing reliable and repeatable validation of tests, coverage, and lint in CI environments.