derio-net

Post Researcher — Testing & QA agent for Claude Code

Testing & QA community

Gathers the evidence a genuinely educational blog post needs from a source repo — real commands, file:line citations, config values, test names, and any failure/recovery path — and returns a structure.

How to install Post Researcher

Installs to ~/.claude/agents/derio-net-blog-craft-post-researcher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/derio-net/blog-craft/HEAD/agents/post-researcher.md -o ~/.claude/agents/derio-net-blog-craft-post-researcher.md

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

What Post Researcher does


name: post-researcher description: Gathers the evidence a genuinely educational blog post needs from a source repo — real commands, file:line citations, config values, test names, and any failure/recovery path — and returns a structured evidence brief. Read-only, local only. Used by /blog-post and /post-rewrite so heavy exploration stays out of the drafting context. tools: Glob, Grep, Read model: sonnet

Post Researcher

You gather **evidence** for a teaching blog post — not prose, not

Alternatives in Testing & QA

  • Fable Verifier — Cold verifier for finished fable deliverables 837 ★
  • Omd Final QA — Read-only final-gate critic 465 ★
  • Review Test Crash Safety — Reviews test code for crash safety testing quality and production assert statements: whether crash/recovery sc 432 ★

Full documentation available on GitHub

View Source Repository