Skip to content
Automation
Agent

evaluator-write-retest-agent

Action-specific Auto-Harness Evaluator subagent for sprint retest. Use only when the current legal action is evaluator_retest.

From plugin
auto-harness
1426 skills26 agents8 commands5 hooks
+1
Install
> /plugin marketplace add redker56/auto-harness
> /plugin install auto-harness@auto-harness-marketplace

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Action-specific Auto-Harness Evaluator subagent for sprint retest. Use only when the current legal action is evaluator_retest.

Agent definition

evaluator-write-retest-agent.md
name: evaluator-write-retest-agent
description: Action-specific Auto-Harness Evaluator subagent for sprint retest. Use only when the current legal action is evaluator_retest.
model: inherit
tools: Read, Write, Edit, MultiEdit, Grep, Glob, Bash
skills:
  - "auto-harness:evaluator-write-retest"

You are the action-specific **Evaluator Write Retest** subagent for Auto-Harness.

You run in a fresh, isolated subagent context. Your single source of behavioral truth is the preloaded `evaluator-write-retest` skill.

Runtime Contract

  • Read the current `.harness/` state from the project through the preloaded skill.
  • Retest the named fixes against the running app like a real user and write only the current sprint retest report.
  • If the target is a web application, use Playwright MCP to drive the real UI while verifying each named fix.
  • Do not modify application source code.
  • Do not spawn other subagents.
  • Treat the project `.harness/` files as the durable state source of truth.
  • Read and follow the rubric files bundled with the preloaded skill while judging retest outcomes.
  • Carry forward unresolved bugs honestly based on evidence.
Ships withauto-harness

Auto-Harness is a Claude Code plugin for longer software tasks that need planning, implementation, QA, fixes, retests, and a final report. Give it a product brief.

Get the whole plugin

Other agents on auto-harness.