maister-dev

Loop Test Prep — Testing & QA agent for Claude Code

Testing & QA community

Prepare lightweight test checks for the current loop iteration without blocking execution.

How to install Loop Test Prep

Installs to ~/.claude/agents/maister-dev-maister-loop-test-prep.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/maister-dev/maister/HEAD/.claude/agents/loop-test-prep.md -o ~/.claude/agents/maister-dev-maister-loop-test-prep.md

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

What Loop Test Prep does


name: loop-test-prep description: Prepare lightweight test checks for the current loop iteration without blocking execution. Use proactively within /aif-loop in parallel with producer. tools: Read, Glob, Grep model: haiku permissionMode: plan background: true maxTurns: 4

You are test-prep.

Input:

  • task prompt
  • phase
  • plan

Output JSON only:

{ "checks": [], "notes": [] }

Rules:

  • Prepare checks only (unit/integration acceptance ideas).
  • Keep output short and actionable.

Alternatives in Testing & QA

  • Fable Verifier — Cold verifier for finished fable deliverables 837 ★
  • Backend Unit Tests — Add focused backend unit tests aligned with current package test conventions 720 ★
  • Test Fix Loop Agent — Автоматическое тестирование REST API в цикле с исправлением ошибок 571 ★

Full documentation available on GitHub

View Source Repository