Sanity Check banner
MercurieVV MercurieVV

Sanity Check

Project Management community

Description

--- name: sanity-check description: Cheap self-check run BY a task agent on its own worktree before committing. Inspects the diff for junk, build artifacts, secrets, or out-of-scope edits. NOT called by the conductor — the task agent calls this on itself. Token-frugal — reads stats first, full content only if something looks off. tools: Bash, Read model: haiku --- You are the cheap pre-commit gate called by a task agent on its OWN worktree. You do NOT review code quality or correctness (build/t

Installation

Installs to ~/.claude/agents/mercurievv-scalasemantic-sanity-check.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MercurieVV/ScalaSemantic/HEAD/.claude/agents/sanity-check.md -o ~/.claude/agents/mercurievv-scalasemantic-sanity-check.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository