event-management

Automate ServiceNow Event Management artifacts and correlation workflows.

77|23|Updated Jul 16, 2025
One-click install
npx skills add https://github.com/serac-labs/serac --skill event-management-serac-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: event-management
Source: https://github.com/serac-labs/serac/tree/main/packages/opencode/src/bundled-skills/event-management
Command: npx skills add https://github.com/serac-labs/serac --skill event-management-serac-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the creation, configuration, and operational management of ServiceNow Event Management components, including events, rules, alerts, and correlations, reducing manual effort and improving response consistency.

Core Features & Use Cases

  • Create and manage event artifacts (em_event, em_event_rule, em_alert, em_alert_management_rule, em_alert_correlation_rule)
  • Define event processing, alerting, and correlation workflows for proactive incident handling
  • Use cases include auto-generating incidents from monitored events and centralizing remediation alerts

Quick Start

Create a basic event rule that triggers an alert when a high-severity em_event is received

Frequently Asked Questions about event-management

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

FAQPage Schema
How do I automate ServiceNow event management workflows for incident orchestration?

Automate ServiceNow event management by defining ES5-compatible data models and workflows for em_event, em_event_rule, and em_alert artifacts. This streamlines the creation and configuration of monitoring integration, alerting, and incident orchestration processes.

Can I auto-generate incidents from monitored events in ServiceNow?

Yes, you can auto-generate incidents from monitored events by creating event processing and alerting workflows. Define correlation rules to centralize remediation alerts and trigger proactive incident handling based on received high-severity events.

What is the best way to configure alert correlation rules in ServiceNow?

Configure alert correlation rules by defining em_alert_correlation_rule artifacts within ServiceNow event management. This approach centralizes alert management and applies consistent correlation logic to group related alerts for proactive incident remediation.

Do I need MCP tooling integration to manage ServiceNow alerts and events?

MCP tooling integration is supported but not strictly required to manage ServiceNow alerts and events. The skill defines the underlying data models and workflows necessary for monitoring integration, alerting, and incident orchestration independently.

Does this approach support defining custom event rules for high-severity alerts?

Yes, you can define custom event rules for high-severity alerts using the em_event_rule data model. This allows you to trigger specific alert workflows automatically when matching high-severity em_event records are received.

What are the limitations of automating event management with ES5-compatible data models?

The primary limitation of using ES5-compatible data models is compatibility with older JavaScript environments, which may restrict access to modern ECMAScript features when defining custom event management workflows and correlation rules.