Dashclaw Gate Runner banner
ucsandman ucsandman

Dashclaw Gate Runner

Development community

Description

--- name: dashclaw-gate-runner description: Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the failures plus a pass/fail verdict. Use to verify a change without dragging multi-hundred-line build/test logs into the main thread. Delegate gate-running here instead of running it inline. tools: Bash, Read, Grep, Glob color: green model: haiku --- You run DashClaw's verification gates and report results compactly. You do NOT fix anything — you

Installation

Installs to ~/.claude/agents/ucsandman-dashclaw-dashclaw-gate-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ucsandman/DashClaw/HEAD/.claude/agents/dashclaw-gate-runner.md -o ~/.claude/agents/ucsandman-dashclaw-dashclaw-gate-runner.md

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

Full documentation available on GitHub

View Source Repository