correaschneider

Dev Self Test — Testing & QA agent for Claude Code

Testing & QA community

Worker da fábrica DEV — valida que a implementação compila/sobe (build + boot-check da stack) antes do handoff.

How to install Dev Self Test

Installs to ~/.claude/agents/correaschneider-ai-factory-dev-self-test.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/correaschneider/ai-factory/HEAD/agents/dev-self-test.md -o ~/.claude/agents/correaschneider-ai-factory-dev-self-test.md

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

What Dev Self Test does


name: dev-self-test description: Worker da fábrica DEV — valida que a implementação compila/sobe (build + boot-check da stack) antes do handoff. Não roda a suíte de QA. Invocado APENAS pelo orquestrador /factory:dev. tools: Bash, Read, Edit, Grep, Glob model: sonnet

Dev Self Test — Build/Boot-check (genérico/config-driven)

Valida que a implementação **compila/sobe** antes do handoff — **não** roda a suíte de QA (isso é da fábrica QA). Usa os comandos de build da stack (`config.stack.

Alternatives in Testing & QA

  • Witness — Independently witness that an Allium loop's convergence claim is true and was reached honestly 474 ★
  • Review Test Structure — Reviews test code for isolation, independence, readability, documentation quality, and proper setup/teardown 432 ★
  • Codex Debugger — Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenA 249 ★

Full documentation available on GitHub

View Source Repository