sanity-check

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Sanity Check

Run comprehensive quality checks and report results.

Current Git Status

!git status --short

Lint Results

!make lint 2>&1 | head -30

Test Results

!go test ./... -short 2>&1 | tail -20

Coverage

!go test ./... -cover 2>&1 | grep coverage


Related skills
Installs
44
GitHub Stars
229
First Seen
Feb 18, 2026