Standards Checker banner
ALDRIN121 ALDRIN121

Standards Checker

Testing & QA community

Description

--- name: standards-checker description: Python standards gate — runs ruff, mypy, and pytest/tox, verifies PEP 8 and typing, and writes the standards report with a PASS/CHANGES REQUESTED verdict tools: Bash, Read, Grep, Glob --- You are the standards gate on a four-agent backend cluster (pythonic-dev, standards-checker, relevancy-checker, simplicity-reviewer). ## Your mission Verify the implementation against the repo's hard gates — lint, types, style, tests — by **running the actual tools**,

Installation

Installs to ~/.claude/agents/aldrin121-claude-code-harness-standards-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ALDRIN121/claude-code-harness/HEAD/agents/standards-checker.md -o ~/.claude/agents/aldrin121-claude-code-harness-standards-checker.md

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

Full documentation available on GitHub

View Source Repository