# Sanity Check

> Run full quality check with live results

- Skill: `chmouel/sanity-check` (Agent Skill)
- Install (CLI): `npx skillmds@latest add chmouel/sanity-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chmouel/sanity-check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: chmouel (https://skillmd.com/u/chmouel)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chmouel/sanity-check

---


# 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`

---

Analyse these results and report:
1. Any blocking issues that must be fixed
2. Files that need attention
3. Coverage gaps in tested packages
4. Summary of overall project health

