net-diagnose-incident

Orchestrate NETTOOLS components to produce structured network diagnosis reports.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ekkus93/vscode_skills --skill net-diagnose-incident
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: net-diagnose-incident
Source: https://github.com/ekkus93/vscode_skills/tree/main/skills/net-diagnose-incident
Command: npx skills add https://github.com/ekkus93/vscode_skills --skill net-diagnose-incident

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates NETTOOLS incident diagnosis across the lower-level network skills using a bundled helper to produce a structured diagnosis report.

Core Features & Use Cases

  • Automated incident orchestration: Normalizes inputs, selects an appropriate playbook, and sequences lower-level NETTOOLS adapters.
  • Deterministic outputs: Produces a machine-readable diagnosis report, evidence, and an audit trail suitable for replay.
  • Broad applicability: Handles single-client, area-based, and site-wide network issues with replay support and stop-condition evaluation.

Quick Start

Provide a site-id and initial incident context to start a deterministic NETTOOLS diagnosis workflow.

Frequently Asked Questions about net-diagnose-incident

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

FAQPage Schema
How do I automate network incident diagnosis across multiple components?

Automated network incident diagnosis is achieved by orchestrating NETTOOLS adapters to normalize inputs, select a playbook, and generate a structured report. It sequences lower-level tools automatically to resolve single-client, area-based, or site-wide issues.

What is the best way to generate a machine-readable diagnosis report for a network incident?

The best way to generate a machine-readable diagnosis report is to use an orchestrator that sequences network diagnosis tools and evaluates stop-conditions. This approach outputs structured evidence and audit trails suitable for automated processing and replay.

Can I replay a network incident diagnosis workflow to reproduce the exact results?

Yes, you can replay a network incident diagnosis workflow because the orchestration process produces deterministic outputs. It records a comprehensive audit trail and evaluates stop-conditions to ensure the replayed sequence yields identical diagnostic results.

How do I start a network incident diagnosis workflow for site-wide issues?

To start a network incident diagnosis workflow for site-wide issues, provide a site-id and initial incident context. The orchestrator validates these inputs, selects an appropriate playbook, and sequences the necessary lower-level network adapters.

Does automated incident orchestration support both single-client and area-based network problems?

Automated incident orchestration supports single-client, area-based, and site-wide network problems. It normalizes the varying input contexts for each scope and applies a matching playbook to coordinate the required network diagnosis components.

What are the limitations of using a playbook-based approach for network diagnosis?

A playbook-based approach for network diagnosis relies on predefined sequences and stop-condition evaluations. While it provides deterministic orchestration and replayability, it requires appropriate lower-level NETTOOLS adapters to exist for the specific network components being diagnosed.