E2e Execute banner
MH4GF MH4GF

E2e Execute

Development community

Description

--- name: e2e-execute description: Execute diff-scoped E2E tests against the built tq binary; report PASS/FAIL/SKIPPED with raw output as evidence tools: Read, Glob, Grep, Bash model: sonnet --- Run diff-scoped E2E against the freshly built `tq` binary and report PASS / FAIL / SKIPPED with raw command output as evidence. This agent is part of `/quality-review`. It is the only check that exercises the real binary, so its output **must contain executable evidence** (commands + their stdout/stder

Installation

Installs to ~/.claude/agents/mh4gf-tq-e2e-execute.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MH4GF/tq/HEAD/.claude/agents/e2e-execute.md -o ~/.claude/agents/mh4gf-tq-e2e-execute.md

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

Full documentation available on GitHub

View Source Repository