cmdb-patterns

Manage ServiceNow CMDB CIs with creation, relationship mapping, and impact analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and code examples for managing ServiceNow's Configuration Management Database (CMDB), enabling efficient creation, relationship mapping, and impact analysis of Configuration Items (CIs).

Core Features & Use Cases

  • CI Creation: Learn to create various CI types (servers, applications, services) with essential attributes.
  • Relationship Management: Understand and implement CI relationships (e.g., "Runs on::Runs", "Depends on::Used by").
  • Impact Analysis: Perform upstream and downstream impact analysis to understand service dependencies and potential outage effects.
  • CMDB Health: Detect orphan and stale CIs to maintain data quality.
  • Use Case: When a critical server experiences an outage, use this Skill to quickly identify all applications and business services that depend on it, allowing for rapid communication and mitigation.

Quick Start

Use the cmdb-patterns skill to create a new Linux server CI named 'PROD-WEB-001' with IP address '10.0.1.100'.

Frequently Asked Questions about cmdb-patterns

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

FAQPage Schema
How do I perform impact analysis on ServiceNow CMDB configuration items?

Impact analysis in ServiceNow CMDB identifies upstream and downstream dependencies for configuration items. By mapping relationship types like Depends on::Used by, you can determine which applications and business services are affected when a critical server or CI experiences an outage.

What is the best way to map CI relationships in a ServiceNow CMDB?

Mapping CI relationships in ServiceNow CMDB requires defining connections between configuration items using specific relationship types such as Runs on::Runs and Depends on::Used by. This establishes the dependency hierarchy needed for accurate service mapping and downstream impact analysis.

How do I detect orphan and stale CIs to improve CMDB health?

Detecting orphan and stale CIs improves CMDB health by identifying configuration items that lack active relationships or have outdated attributes. Running targeted health check scripts removes redundant data and ensures your dependency mapping and impact analysis remain accurate.

Can I automate CI creation for servers and applications using ServiceNow MCP tools?

Yes, you can automate CI creation for servers and applications using ServiceNow MCP tools. By leveraging targeted scripts, you can programmatically create configuration items with essential attributes, such as a Linux server CI with a specific name and IP address, directly within the CMDB.

What are the key CI tables and class hierarchies in ServiceNow CMDB?

Key CI tables and class hierarchies in ServiceNow CMDB structure the database by categorizing configuration items from base elements down to specific servers, applications, and services. Understanding this hierarchy is essential for proper CI creation, relationship mapping, and maintaining overall data health.

Does this Skill require any specific dependencies for CMDB operations?

No specific dependencies are required to use the patterns and scripts provided for CMDB operations. The Skill functions independently to guide CI creation and relationship mapping, but integrates with ServiceNow MCP tools for users seeking automated configuration item management.