error-coordinator

Organize scattered error signals into a prioritized triage map.

22|2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/jshsakura/awesome-opencode-skills --skill error-coordinator-jshsakura
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-coordinator
Source: https://github.com/jshsakura/awesome-opencode-skills/tree/main/skills/error-coordinator
Command: npx skills add https://github.com/jshsakura/awesome-opencode-skills --skill error-coordinator-jshsakura

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams coordinate and triage multiple errors or symptoms, grouping them into actionable clusters to speed debugging and root-cause analysis.

Core Features & Use Cases

  • Group errors by time, subsystem, and recent changes surface.
  • Separate primary faults from downstream symptoms.
  • Prioritize investigation order by impact and information gain.
  • Assign error clusters to specialist threads.
  • Return grouped error map, prioritization, delegated investigation plan, critical unknowns, and reintegration checklist for parent-agent synthesis.

Quick Start

Provide an error cluster map and delegation plan to guide rapid triage.

Frequently Asked Questions about error-coordinator

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

FAQPage Schema
How do I triage multiple errors across subsystems during an incident?

Triage multiple errors by organizing scattered signals into a prioritized map that groups errors by time, subsystem, and recent changes to accelerate debugging. This separates primary faults from downstream symptoms and identifies critical unknowns.

What is the best way to identify root cause in a cascading failure?

Identify root cause in a cascading failure by separating primary faults from downstream symptoms using a prioritized triage map. This approach prioritizes investigation order by impact and information gain to isolate the originating error.

How do I prioritize investigation order for team alignment during debugging?

Prioritize investigation order for debugging by assessing impact and information gain across grouped error clusters. The Skill generates a prioritized plan that delegates specific investigations to specialist roles, ensuring structured team alignment.

Can I use this for software incidents with scattered error messages?

Yes, you can use this for software incidents with scattered error messages. It applies specifically to incidents with multiple error messages across subsystems, recent changes, or cascading failures requiring root-cause identification.

What outputs do I get from coordinating error triage?

Outputs from coordinating error triage include an error map with severities, a prioritized investigation plan, delegated investigations by specialist roles, unknowns with next evidence to collect, and a reintegration checklist for synthesis.

When should I not use an error coordination approach for debugging?

You should not use an error coordination approach for isolated, single-error issues that lack multiple subsystems or cascading failures. It is designed for complex incidents with scattered error signals requiring structured root-cause identification.