sla-management

Automate ServiceNow SLA definitions, tracking, and breach workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ServiceNow SLA management is often manual and error-prone. This skill consolidates SLA definitions, task SLAs, breach handling, and escalation into a coherent framework to ensure timely responses and compliance.

Core Features & Use Cases

  • Define SLA definitions and task SLAs for incidents and service requests.
  • Trigger breach notifications, escalations, and reports to improve service levels.
  • Query SLA records and validate compliance using MCP tooling.

Quick Start

Configure a P1 incident SLA and test breach notification to validate the workflow.

Frequently Asked Questions about sla-management

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

FAQPage Schema
How do I automate ServiceNow SLA management for incident tracking?

Automate ServiceNow SLA management by defining and tracking task SLAs for incidents using MCP tools like snow_sla_definition_create and snow_query_table to enforce compliance and trigger escalations.

What is the best way to handle SLA breach workflows in ServiceNow?

Handle SLA breach workflows by triggering automated breach notifications and escalations through predefined workflows, ensuring timely responses and validating compliance using MCP tooling.

Do I need a connected ServiceNow instance to define task SLAs and escalations?

You need access to a ServiceNow instance to define task SLAs, query SLA records, and execute breach workflows, as the skill leverages MCP tools to interact directly with the platform.

Can I use ES5 scripts to configure ServiceNow SLA definitions?

You can configure ServiceNow SLA definitions using ES5 scripting examples alongside predefined workflows to define, track, and enforce SLAs for service requests and incidents.

How does querying SLA records validate compliance in ServiceNow?

Querying SLA records validates compliance by using MCP tools like snow_find_artifact and snow_query_table to retrieve task SLA data, ensuring defined service levels are met without manual error.

What are the limitations of using predefined workflows for ServiceNow SLA enforcement?

Predefined workflows for SLA enforcement rely on MCP tools like snow_execute_script_with_output and require direct ServiceNow instance access, limiting portability to other ITSM platforms.