test-all
01Command Claude Code
Run the full backend test suite and report results.
Command Claude Code
Run the full backend test suite and report results.
Command Claude Code
Run the backend pipeline unit tests and report results.
Command Claude Code
Validate the current state of a Track A PR by running the grep checks from the audit documents.
Command Claude Code
Adversarially verify an implementation before commit — loop over the change to confirm it touches the RIGHT CODE, fixes the RIGHT PROBLEM, and does so the RIGHT WAY (accurate + quality), with EVIDENCE for every claim. Use after writing code for any plan phase, before committing.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, running an inline shell check. From SamYatesSmith/Tru8.
Hook Claude Code
Runs before the agent uses a tool for Edit and Write tool calls, running an inline shell check. From SamYatesSmith/Tru8.
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, PreToolUse) and 11 allowed tools.
Skill Claude CodeCodex
Execute a multi-phase plan one phase at a time under a gated review loop, so the user never has to take the assistant's word that work was done correctly. Use when delivering any ordered build/change plan (e.g. a repositioning or refactor broken into phases), or when the user asks for "design review", "checks and…
Skill Claude CodeCodex
Verify a frontend/UI change in the Tru8 web app actually works and stays on-design before calling it done — for routing, nav, marketing pages, layout, and copy changes where correctness is largely visual and behavioural rather than unit-testable. Use after building a UI slice, or when asked to "verify the UI", "check…
MCP server Claude CodeCodexCursor
Tru8 Evidence Research MCP server — structured evidence research tools for AI agents. Runs locally from the tru8-mcp Python package. Needs 2 environment variables to run.
MCP server Claude CodeCodexCursor
Tru8 Evidence Research MCP server — structured evidence research tools for AI agents. Runs locally from the tru8-mcp Python package.