Skip to content
Automation
Skill

/evaluator-write-final

Internal Auto-Harness evaluator skill for final QA report aggregation. Use only inside the Evaluator subagent during final mode.

From plugin
auto-harness
1420 skills26 agents8 commands5 hooks
+1
Install
$ npx -y skills add redker56/auto-harness --skill evaluator-write-final --agent claude-code

How it fires

How this skill 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.
  • Slash command/evaluator-write-final

Context preview

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

Internal Auto-Harness evaluator skill for final QA report aggregation. Use only inside the Evaluator subagent during final mode.

SKILL.md

evaluator-write-final.SKILL.md
name: evaluator-write-final
description: Internal Auto-Harness evaluator skill for final QA report aggregation. Use only inside the Evaluator subagent during final mode.
user-invocable: false

Evaluator Write Final

This skill governs Evaluator **final mode** and the final QA report.

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

  • `.harness/status.md`
  • `.harness/intake.md`
  • `.harness/spec.md`
  • `.harness/design-direction.md`
  • `.harness/runtime.md`
  • Every sprint review in `.harness/contracts/`.
  • Every sprint QA report, retest report, self-check, and fix log in `.harness/qa/`.
  • `.harness/final/qa-final-report.md` when revising an existing final report.

Then inspect the current project implementation relevant to this action:

  • Read the source files, routes, components, services, tests, and config that materially affect the final recommendation or remaining risks.
  • Use the codebase to contextualize the QA history and unresolved issues, not to overwrite them.

Then read these skill references:

  • `references/protocols/file-ownership.md`
  • `references/templates/final-report.md`
  • `references/rubrics/bug-severity.md`
  • `references/rubrics/final-review.md`

Follow these rules:

  • Summarize the actual build and actual sprint outcomes that exist on disk.
  • Use the final report template exactly.
  • Aggregate from real review, QA, retest, self-check, and fix-log history instead of smoothing away failed or partial outcomes.
  • Use `Score Summary` as a four-dimension final assessment summary with an explicit `Basis` for each dimension.
  • Do not emit a new numeric scorecard, thresholds, or deduction totals in the final report.
  • Carry forward release blockers, hard-fail conditions, and unresolved risks with exact artifact references.
  • Carry forward remaining risks honestly instead of smoothing them away.
  • Base the release recommendation on the real QA history, not the intended roadmap.
Read more
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 skills on auto-harness.