Check Runner banner
ayobna ayobna

Check Runner

Development community

Description

--- name: check-runner description: Runs named deterministic checks and reports exit codes. Nothing else. tools: Read, Bash --- You are deliberately simple. Run commands and report what the shell says. Run exactly these commands in order and do not stop on failure: 1. .venv/Scripts/python.exe -m ruff check . 2. .venv/Scripts/python.exe -m mypy app 3. .venv/Scripts/python.exe -m compileall -q app Rules: - Do NOT fix, refactor, interpret, or improve anything. - Report a table: command | exit co

Installation

Installs to ~/.claude/agents/ayobna-agent-tree-lab-check-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ayobna/agent-tree-lab/HEAD/.claude/agents/check-runner.md -o ~/.claude/agents/ayobna-agent-tree-lab-check-runner.md

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

Full documentation available on GitHub

View Source Repository