Go Skill

SkillDev tools

Run after each commit when the repository contains Go code to perform lightweight Go-specific hygiene checks.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Go Skill skill

What this skill tells your AI

The instructions your AI receives, as published by agentclash/agentclash in skills/go/SKILL.md and read by ahel’s review.

Use this skill after every commit when the repository contains Go code.

Purpose:

  • verify Go-specific hygiene after changes
  • run Go checks only when a Go module or Go files are present

Checks:

  • detect whether go.mod exists
  • detect whether any *.go files exist
  • if both exist and go is installed, run go test ./...
  • otherwise skip without failing the repository workflow

This lets the skill folder stay useful even when the repo is documentation-only.

Signals

GitHub stars
30
Forks
2
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
go
Source
github.com/agentclash/agentclash