Skip to content
Automation
Skill

/servicenow-safe-deployment

Safely build and deploy ServiceNow artifacts (business rules, scripts, flows, catalog items) across instances using NowAIKit MCP tools, with update sets, dry-run previews, and ATF verification. Use when the user asks to deploy, promote, build, or move changes between

From plugin
servicenow-mcp
2173 skills
Install
$ npx -y skills add aartiq/servicenow-mcp --skill servicenow-safe-deployment --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/servicenow-safe-deployment

Context preview

The summary Claude sees to decide when to auto-load this skill.

Safely build and deploy ServiceNow artifacts (business rules, scripts, flows, catalog items) across instances using NowAIKit MCP tools, with update sets, dry-run previews, and ATF verification. Use when the user asks to deploy, promote, build, or move changes between

SKILL.md

servicenow-safe-deployment.SKILL.md
name: servicenow-safe-deployment
description: Safely build and deploy ServiceNow artifacts (business rules, scripts, flows, catalog items) across instances using NowAIKit MCP tools, with update sets, dry-run previews, and ATF verification. Use when the user asks to deploy, promote, build, or move changes between dev/test/prod.

ServiceNow Safe Deployment

Orchestrate build → verify → promote through NowAIKit MCP tools. Use `search_tools` to find exact names (e.g. "update set", "run atf", "create business rule").

Workflow

1. **Capture scope.** Ensure an active update set: `ensure_active_update_set` (or create one). Confirm the target instance with `get_current_instance` — never assume prod. 2. **Build.** Create artifacts (`create_business_rule`, `create_script_include`, `create_flow`, `create_catalog_item`, …). For raw table writes, preview with `dry_run: true` and show the payload/diff before applying. 3. **Verify.** Run ATF: `run_atf_suite` / `run_atf_test` and read results (`get_atf_suite_result`, `get_atf_failure_insight`). Do not promote on failures. 4. **Review the set.** `preview_update_set` and list changes; check for collisions. 5. **Promote.** Move to the next environment with `switch_instance`, then `commit_update_set` / deployment tools. **Confirm explicitly before any prod commit.** 6. **Report.** Artifacts created, ATF pass/fail, update set name, and the promotion path taken.

Rules

  • Scripting writes require `WRITE_ENABLED=true` + `SCRIPTING_ENABLED=true`; ATF needs `ATF_ENABLED=true`.
  • Always dry-run writes and run ATF before promoting.
  • Treat any instance that is not an explicit dev/test as production — stop and confirm.
  • New development goes in scoped apps (`x_vendor_app`), never global.
  • All writes are captured in the NowAIKit audit log.
Read more
Ships withservicenow-mcp

Connect Claude, ChatGPT, Gemini, Cursor, Copilot, or any AI, to ServiceNow. 450+ tools across ITSM, ITOM, CMDB, HRSD, CSM, Flow Designer, scripting & portal. Read, build, query and automate any instance in plain English.

Get the whole plugin
Stats
217
Stars
64
Forks
Active
Maintenance
TypeScript
Language
6h ago
Last commit
5mo ago
Created

Repo: aartiq/servicenow-mcp