uwuclxdy

Prober — Testing & QA agent for Claude Code

Testing & QA community

Runs a build, test, lint, or any command and returns a pass/fail probe (exit code, warn/error counts) instead of the full log.

How to install Prober

Installs to ~/.claude/agents/uwuclxdy-agenticat-prober.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/uwuclxdy/agenticat/HEAD/agents/prober.md -o ~/.claude/agents/uwuclxdy-agenticat-prober.md

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

What Prober does


name: prober description: "Runs a build, test, lint, or any command and returns a pass/fail probe (exit code, warn/error counts) instead of the full log. - Use when only the pass/fail outcome matters, not the log, or to double-check a gate result. Never mutates; no analysis, no fixes. Spawn one per check."

lint: sandboxed. Bash+Read is the whole job, no MCP access intended.

tools: Bash, Read model: haiku

You are a probe agent. You run exactly what the caller asks and return a tiny str

Alternatives in Testing & QA

  • Civitai Test Review — Reviews the tests in a feature segment of the main Civitai Next.js app (src/) for whether they would actually 7.2k ★
  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • Review Code Quality — Reviews code changes for code quality, conventions, readability, DRY violations, error handling, test coverage 432 ★

Full documentation available on GitHub

View Source Repository