implementation-harness-review-failed

Review failed or blocked harness tasks and generate follow-up tasks.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/RyanMKrol/LocalJobs --skill implementation-harness-review-failed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-harness-review-failed
Source: https://github.com/RyanMKrol/LocalJobs/tree/main/.claude/skills/implementation-harness-review-failed
Command: npx skills add https://github.com/RyanMKrol/LocalJobs --skill implementation-harness-review-failed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the review process for failed or blocked tasks in a harness, converting them into better-specified follow-up tasks, reducing manual effort and improving task resolution efficiency.

Core Features & Use Cases

  • Automated Task Review: Reviews tasks with status "failed" or "blocked" automatically.
  • Follow-Up Task Generation: Generates follow-up tasks based on the review, improving task resolution.
  • Use Case: When a task fails or gets blocked in a harness, this Skill automatically reviews the task, identifies the issue, and generates a follow-up task that addresses the issue.

Quick Start

Execute the skill with the specific task ID, e.g., /implementation-harness-review-failed T042.

Frequently Asked Questions about implementation-harness-review-failed

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

FAQPage Schema
How do I automate follow-up task generation for failed or blocked tasks in a harness workflow?

Automating follow-up task generation for blocked or failed tasks involves processing task statuses with YAML and Bash scripts. This Skill automatically reviews the failure, identifies the root issue, and outputs a better-specified follow-up task to improve resolution efficiency.

What's the best way to review failed harness tasks and convert them into new tasks?

Reviewing failed harness tasks and converting them into new tasks is handled by executing a command with the specific task ID. The system evaluates the failed or blocked status and generates a structured follow-up task that directly addresses the identified problem.

Do I need jq and node to automate task review for failed or blocked harness statuses?

Yes, you need jq and node installed to run this task review automation. The Skill relies on these dependencies alongside YAML and Bash scripts to parse task statuses and generate the corresponding follow-up tasks in complex harness workflows.

Can I use this automated task review on a harness that hasn't been scaffolded yet?

No, you cannot use this automated task review on an unscaffolded harness. The metadata specifies that the harness must be scaffolded beforehand to support the complex workflows required for processing failed or blocked tasks and generating follow-ups.

When should I use an automated Bash script for harness task review instead of manual analysis?

You should use an automated Bash script for harness task review when you have complex workflows with frequent failed or blocked tasks. It reduces manual effort by systematically reviewing the task status and generating targeted follow-up tasks to streamline resolution.

Why does generating follow-up tasks for blocked harness workflows require specific task IDs?

Generating follow-up tasks for blocked harness workflows requires specific task IDs to target the exact failed task for review. Providing an identifier like T042 ensures the script processes the correct task status and generates a relevant follow-up rather than scanning the entire workflow.