evaluate-task

Evaluate completed WebBench tasks as PASS, PARTIAL, or FAIL using LLM-based scoring on traces and extracted data.

4|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill evaluate-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evaluate-task
Source: https://github.com/lespaceman/athena-workflow-marketplace/tree/main/plugins/web-bench/skills/evaluate-task
Command: npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill evaluate-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evaluate completed WebBench tasks by applying standardized LLM-based scoring to determine PASS/PARTIAL/FAIL outcomes, reducing manual review overhead.

Core Features & Use Cases

  • Post-hoc evaluation of task executions using traces, final state, and extracted data against the original task description.
  • Structured verdicts with reasoning to support audits and reporting.
  • Non-interactive evaluation suitable for automated QA pipelines and benchmarks.

Quick Start

Analyze a completed WebBench run and produce a verdict like PASS or PARTIAL for the given task.

Frequently Asked Questions about evaluate-task

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate WebBench task execution traces to determine if they passed?

You can evaluate WebBench task execution traces by applying LLM-based scoring to the execution traces, final page state, and extracted data against the original task description to determine a verdict.

What is post-hoc LLM evaluation for automated QA pipelines?

Post-hoc LLM evaluation is a non-interactive analysis process that reviews completed task executions, outcomes, and traces against a rubric to produce structured verdicts suitable for automated QA pipelines.

How do I get structured verdict reasoning for task verification scenarios?

To get structured verdict reasoning for task verification, you apply LLM-based scoring to the task's traces and outcomes, which generates a PASS, PARTIAL, or FAIL verdict along with the supporting reasoning.

Can I use non-browser evaluation workflows for WebBench benchmark analysis?

Yes, you can use non-browser evaluation workflows to analyze WebBench tasks by applying post-hoc LLM-based scoring to execution traces and final states rather than running interactive browser sessions.

Does LLM-based task evaluation support partial pass outcomes?

Yes, LLM-based task evaluation supports partial pass outcomes by analyzing extracted data and execution traces to assign a PARTIAL verdict when a task is only partially completed according to the rubric.

What do I need to provide to evaluate a completed WebBench run?

To evaluate a completed WebBench run, you need to provide the original task description, execution traces, final page state, and extracted data so the LLM can apply scoring and generate a verdict.