manage-slos

Correlate deployments with incidents and generate SRM runbooks via Harness MCP v2.

80|16|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/harness/harness-skills --skill manage-slos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-slos
Source: https://github.com/harness/harness-skills/tree/main/skills/manage-slos
Command: npx skills add https://github.com/harness/harness-skills --skill manage-slos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Correlate deployments with incidents and generate structured SRM runbooks and on-call handover reports using Harness MCP v2, reducing MTTR and context-switching during outages.

Core Features & Use Cases

  • Correlate deployments with active incidents by querying executions, services, and environments via MCP.
  • Generate on-call handover reports from deployment history and service context.
  • Draft operational runbooks that reference pipelines, services, and environments for rapid response.

Quick Start

Generate an on-call handover report for the current shift using the latest MCP data.

Frequently Asked Questions about manage-slos

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

FAQPage Schema
How do I generate an on-call handover report using deployment data?

You generate an on-call handover report by querying deployment history and service context via Harness MCP v2. This correlates recent executions with active incidents to produce a structured shift summary, reducing context-switching and improving operational awareness during outages.

What is deployment correlation for incident triage?

Deployment correlation for incident triage is the process of matching active incidents with recent pipeline executions and service environments. By fetching this data via MCP tools, you can quickly identify if a recent deployment caused an outage, which significantly reduces mean time to resolution (MTTR).

Do I need a specific MCP server version to fetch Harness executions and services?

Yes, you need the Harness MCP v2 server (harness-mcp-v2) with configured access to your org_id and project_id. This version provides the required harness_list and harness_get tools to retrieve executions, services, and environments for SRM reporting.

How do I draft operational runbooks that reference pipelines and environments?

You draft operational runbooks by using MCP tools to fetch and structure data referencing your specific pipelines, services, and environments. This creates rapid response documents that provide contextual guidance during incident triage and on-call handovers.

Can I correlate deployments with active incidents without manual context-switching?

Yes, you can correlate deployments with active incidents without manual context-switching by using MCP-driven insights to automatically fetch executions, services, and environments. This automated correlation directly targets SRM workflows to reduce MTTR during outages.