change-management

Manage ServiceNow change requests with creation, assignment, scheduling, and approval tracking.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies and standardizes the process of managing changes within ServiceNow, ensuring controlled modifications and efficient approvals.

Core Features & Use Cases

  • Change Creation: Create standard, normal, and emergency change requests.
  • Task Management: Define and assign change tasks for implementation, backout, and testing.
  • Conflict Detection: Identify potential scheduling conflicts with other changes.
  • Approval Workflows: Manage and track the approval status of change requests.
  • Use Case: When a user needs to deploy a new application version, this Skill can create a normal change request, define the implementation tasks, schedule it within a maintenance window, and submit it for CAB approval.

Quick Start

Use the change-management skill to create a normal change request for applying security patches to web servers.

Frequently Asked Questions about change-management

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

FAQPage Schema
How do I create a ServiceNow change request for deploying application updates?

To create a ServiceNow change request for application updates, you can generate a normal change request, define implementation tasks, schedule it within a maintenance window, and submit it for CAB approval. The process supports standard, normal, and emergency change types.

What is the difference between standard, normal, and emergency changes in ITSM?

Standard, normal, and emergency changes in ITSM differ by their risk and procedural requirements. This skill manages all three types, applying built-in conflict detection and specific state transition logic to ensure controlled modifications and efficient approvals.

Can I automatically detect scheduling conflicts with other change requests in ServiceNow?

Yes, you can automatically detect scheduling conflicts with other change requests in ServiceNow. The skill includes built-in conflict detection to identify potential overlaps during the scheduling phase before submitting for CAB approval.

How do I assign implementation, backout, and testing tasks for a normal change request?

To assign implementation, backout, and testing tasks for a normal change request, use the task management feature. This allows you to define and assign specific change tasks to ensure controlled modifications and track the progress of all required activities.

Does this change management skill use the ServiceNow GlideRecord API for state transitions?

Yes, the change management skill uses the ServiceNow GlideRecord API for all operations. It leverages this API to handle state transition logic, task assignment, and approval tracking for standard, normal, and emergency changes.

What is the best way to track CAB approval status for emergency changes?

The best way to track CAB approval status for emergency changes is through the integrated approval workflows. The skill manages and tracks the approval status of change requests, ensuring efficient approvals and controlled modifications for all supported change types.