Skip to content
Automation
Skill

/analyze-task

Check OSWorld tasks. Validate the evaluation function, verify that the instruction is feasible given the task setup and agent-visible files, inspect setup artifacts when needed, and produce both markdown and structured JSON reports.

From plugin
longhorizon-harness
4815 skills
Install
$ npx -y skills add AMAP-ML/LongHorizon-Harness --skill analyze-task --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/analyze-task

Context preview

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

Check OSWorld tasks. Validate the evaluation function, verify that the instruction is feasible given the task setup and agent-visible files, inspect setup artifacts when needed, and produce both markdown and structured JSON reports.

SKILL.md

analyze-task.SKILL.md
name: analyze-task
description: "Check OSWorld tasks. Validate the evaluation function, verify that the instruction is feasible given the task setup and agent-visible files, inspect setup artifacts when needed, and produce both markdown and structured JSON reports."

If only one task is issued, analyze it directly with instruction: [analyze-single-task.md](prompts/analyze-single-task.md).

If multiple tasks are issued, use subagents to analyze them in parallel (one agent for each task) and save reports under `check/<task_id>/`. Do not analyze them sequentially by yourself. DO NOT tell it what to do. Just ask the subagent to analyze the task in target directory and use this skill (analyze-task) to do the analysis. Pass any user instructions to every subagent.

After the subagents finish, do nothing but report to user that the check is done and where to find the reports.

Ships withlonghorizon-harness

The long-horizon computer-use harness. Run AI agents across desktop apps and the CLI for extended periods while preserving task state and making reliable progress on complex workflows. Features fresh-context execution, durable verified state, independent auditing, recoverable progress, and native Claude Code / Codex / OpenClaw integration.

Get the whole plugin
Stats
522
Stars
64
Forks
Active
Maintenance
Python
Language
MIT
License
53m ago
Last commit
5d ago
Created

Repo: AMAP-ML/LongHorizon-Harness