wr-itil:list-incidents

List active incident files from docs/incidents/ in a severity-sorted markdown table.

4|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/windyroad/agent-plugins --skill wr-itil-list-incidents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wr-itil:list-incidents
Source: https://github.com/windyroad/agent-plugins/tree/main/packages/itil/skills/list-incidents
Command: npx skills add https://github.com/windyroad/agent-plugins --skill wr-itil-list-incidents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines incident visibility by providing a read-only, up-to-date view of active incidents across the organization.

Core Features & Use Cases

  • Read-only listing of active incidents from docs/incidents/ with statuses investigating, mitigating, and restored (excluding closed incidents).
  • Severity-based ranking uses frontmatter data to surface critical incidents first.
  • Ideal for IT operations dashboards, on-call handoffs, and governance reviews.

Quick Start

Run the list-incidents skill to display the current active incidents table.

Frequently Asked Questions about wr-itil:list-incidents

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

FAQPage Schema
How do I list active incidents sorted by severity for an IT operations dashboard?

To list active incidents sorted by severity, this skill enumerates investigating, mitigating, and restored markdown files from docs/incidents/ and renders them in a severity-ranked table based on frontmatter data.

What active incident statuses are included in an ITIL incident backlog view?

Active ITIL incident statuses included are investigating, mitigating, and restored. Closed incidents are omitted from the backlog view to ensure only live impact events are displayed in the output table.

How does an ITIL incident monitor calculate severity for active incidents?

Incident severity is calculated by reading the severity field from the incident file's frontmatter. This ensures the live impact ranking reflects the metadata defined within each active markdown document.

Can I use a read-only incident status table for on-call handoffs?

Yes, you can use this read-only incident status table for on-call handoffs. It outputs a markdown table with Severity, ID, Title, and Status columns, providing a trailing pointer for follow-up actions.

What is the best way to view mitigating and investigating incidents without editing them?

The best way to view mitigating and investigating incidents read-only is to enumerate docs/incidents/*.mitigating.md and *.investigating.md files, rendering them in a severity-sorted markdown table.