update-set-workflow

Manage ServiceNow Update Sets for tracking development changes across instances.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of managing ServiceNow Update Sets, ensuring all development changes are properly tracked and deployable.

Core Features & Use Cases

  • Create and Manage Update Sets: Easily create new Update Sets for specific features or bug fixes, and ensure an active one is always in use.
  • Track Changes: Automatically captures modifications to ServiceNow configurations, scripts, and other development artifacts.
  • Complete and Deploy: Facilitates the completion of Update Sets for promotion to other instances.
  • Use Case: When starting a new feature development in ServiceNow, use this Skill to create a dedicated Update Set, ensuring all subsequent code changes are version-controlled and ready for deployment.

Quick Start

Use the update-set-workflow skill to create a new update set named 'Feature: User Profile Update'.

Frequently Asked Questions about update-set-workflow

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

FAQPage Schema
How do I manage ServiceNow update sets for tracking development changes across instances?

ServiceNow update sets track development changes across instances by capturing modifications to configurations and scripts. This Skill manages creating, switching, and completing these sets to ensure features and bug fixes are version-controlled and deployable.

What is the best way to create a dedicated update set for a new feature in ServiceNow?

The best way is to create a new update set named after the feature, such as 'Feature: User Profile Update', and set it as the active set. This isolates all related code modifications and ensures they are ready for deployment.

How do I complete and prepare a ServiceNow update set for deployment to production?

Completing a ServiceNow update set finalizes the tracked modifications, packaging the development artifacts for promotion. This facilitates moving the update set from the development instance to other target instances.

Can I use MCP tools for deterministic change management within the ServiceNow platform?

Yes, this Skill utilizes MCP tools for deterministic change management within the ServiceNow platform. These tools support creating, switching, completing, and ensuring active update sets for reliable deployment tracking.

Why does my ServiceNow update set workflow need an active set before starting development?

An active ServiceNow update set is required before starting development to automatically capture modifications to configurations and scripts. Ensuring an active set prevents untracked changes and maintains version control for deployment.