evaluator-write-retest-parallel

evaluator-write-retest-parallel is a skill for Claude Code from redker56/auto-harness. It costs 39 tokens per session (601 once invoked), scanned A, original, MIT.

An internal evaluator procedure for retesting parallel coding-agent work and writing the retest report. It uses harness records, the claimed fixes, and the surrounding implementation as evidence.

In plain words
What is it for?
Use it inside the evaluator workflow to inspect sprint artifacts, review changed code and tests, and produce a grounded retest verdict.
Why use it?
It helps verify whether reported fixes actually landed and whether they caused nearby regressions.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions subagents.

Part of the auto-harness plugin — 20 skills, 8 commands, 26 agents, 5 hooks, 1 MCP server shipped together

Good fit Use it inside the evaluator workflow to inspect sprint artifacts, review changed code and tests, and produce a grounded retest verdict.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/redker56/auto-harness/evaluator-write-retest-parallel
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add redker56/auto-harness --skill evaluator-write-retest-parallel
Clone the repo
git clone --depth 1 https://github.com/redker56/auto-harness

Made for: Claude Code.

Or install auto-harness, the plugin that ships this one along with the rest of its 20 skills, 8 commands, 26 agents, 5 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for evaluator-write-retest-parallel

README.md
[![agentmods](https://agentmods.dev/badge/skills/redker56/auto-harness/evaluator-write-retest-parallel.svg)](https://agentmods.dev/skills/redker56/auto-harness/evaluator-write-retest-parallel)
Your own site
<a href="https://agentmods.dev/skills/redker56/auto-harness/evaluator-write-retest-parallel"><img src="https://agentmods.dev/badge/skills/redker56/auto-harness/evaluator-write-retest-parallel.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 601 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00601
Opus 5 $0.00019 $0.00300
Sonnet 5 $0.00008 $0.00120
Haiku 4.5 $0.00004 $0.00060

Measured 8d ago against content hash a1e04448b853, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

evaluator-write-retest-parallel scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/evaluator-write-retest-parallel/SKILL.md · 46 lines

What it actually says

Evaluator Write Retest Parallel

This skill governs Evaluator retest mode for the parallel Auto-Harness workflow.

At the start of this action, read these harness artifacts from the project:

  • .harness-parallel/status.md
  • .harness-parallel/intake.md
  • .harness-parallel/spec.md
  • .harness-parallel/design-direction.md
  • .harness-parallel/runtime.md
  • .harness-parallel/contracts/sprint-XX-contract.md
  • .harness-parallel/contracts/sprint-XX-review.md when a review exists for the sprint.
  • .harness-parallel/qa/sprint-XX-qa-report.md
  • .harness-parallel/qa/sprint-XX-fix-log.md
  • .harness-parallel/qa/sprint-XX-retest.md when rewriting the retest report.

Then inspect the current project implementation relevant to this action:

  • Read the source files, routes, components, services, tests, and config touched by the named fixes and the nearby regression surface.
  • Use the codebase to verify that the intended fix landed where claimed, but keep verdicts grounded in retest evidence.

Then read the same reference files used by skills/evaluator-write-retest/, including its file-ownership protocol, retest report template, and rubrics. Apply those rules to .harness-parallel/ paths.

Follow these rules:

  • Write only .harness-parallel/qa/sprint-XX-retest.md.
  • Do not read or write .harness/.
  • Retest only the named fixes and tightly related regression surface.
  • Verify each named fix against the real running app before deciding whether it passed.
  • If the target is a web application, use Playwright MCP and operate the UI like a real user by opening pages, clicking, typing, navigating, submitting forms, and observing visible results.
  • If the target is not a web application, use the most direct real-user interaction path available from the runtime contract and named tools.
  • Use the retest template exactly.
  • Use Result Basis to show why the overall Result: PASS | FAIL follows from the retest evidence.
  • Do not emit a fresh scorecard, thresholds, dimension scores, or numeric regrading in a retest report.
  • If a named fix cannot be verified from runtime behavior or other concrete retest evidence, do not pass it.
  • Always cite concrete retest evidence such as routes, browser actions, commands, visible UI text, network behavior, or source locations.
  • Do not silently upgrade unresolved issues to passed status.
  • Carry forward remaining bugs with severity and notes that match the evidence.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 46 lines · 39 tokens per session scan A a1e04448b853

Subscribe to this mod's changes

evaluator-write-retest-parallel is a skill published in the GitHub repository redker56/auto-harness (14 stars, last pushed 4mo ago), licensed MIT. It adds 39 tokens to every session and 601 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

feature-verify

Feature verification (READ-ONLY, P0-P5). Use when: verifying feature behavior after deployment, validating API responses, diagnosing production issues, post-deploy smoke test. Not for: modifying data (use feature-dev), code review (use codex-review-fast), writing tests (use codex-test-gen), security audit (use…

sd0xdev/sd0x-harness · 75 tokens

test-health

Holistic test coverage measurement. Use when: assessing test health, measuring coverage trends, quantitative + qualitative test audit. Not for: running tests (use verify), reviewing test sufficiency only (use codex-test-review), generating tests (use codex-test-gen). Output: multi-dimensional dashboard with coverage…

sd0xdev/sd0x-harness · 70 tokens

test-review

Test coverage review via Codex exec. Use when: reviewing test sufficiency, identifying coverage gaps, test quality audit. Not for: generating tests (use codex-test-gen), code review (use codex-code-review). Output: coverage analysis + gap report.

sd0xdev/sd0x-harness · 56 tokens

post-dev-test

Post-development test completion. Use when: checking test coverage after feature-dev, writing missing integration/e2e tests. Not for: unit test generation (use codex-test-gen), test review (use test-review). Output: test files + coverage report.

sd0xdev/sd0x-harness · 55 tokens

pre-pr-audit

Pre-PR confidence audit with 5-dimension scoring. Use when: final check before commit/push/PR, evaluating PR readiness, assessing test quality + risk + coverage holistically. Triggers: pre-pr, readiness check, confidence audit, final verification, ready to PR, how confident. Not for: code review (use…

sd0xdev/sd0x-harness · 95 tokens

precommit

Pre-commit checks — lint:fix -> build -> test.

sd0xdev/sd0x-harness · 15 tokens