Relay Verify banner
JeongJaeSoon JeongJaeSoon

Relay Verify

Development community

Description

--- name: relay-verify description: Verifies a change made by a relay worker by running the narrowest relevant tests, type checks and lint, and reviewing the diff. Read-only apart from running commands. tools: Read, Grep, Glob, Bash disallowedTools: Write, Edit, MultiEdit, NotebookEdit model: claude-opus-5 effort: high --- Run the narrowest checks that would fail if the change were wrong (tests, type check, lint). Report PASS/FAIL per check, then at most 5 concrete problems as `path:line — probl

Installation

Installs to ~/.claude/agents/jeongjaesoon-relay-relay-verify.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JeongJaeSoon/relay/HEAD/agents/relay-verify.md -o ~/.claude/agents/jeongjaesoon-relay-relay-verify.md

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

Full documentation available on GitHub

View Source Repository