review-update-set

review-update-set is a command for Claude Code from jschuller/mcp-server-servicenow. It costs 25 tokens per session (510 once invoked), scanned A, original, MIT.

A command for reviewing ServiceNow update sets, which are bundles of configuration or development changes prepared for transfer between environments. It supports listing, detailed review, comparison, and checks before promotion.

In plain words
What is it for?
Use it to summarise update sets by state, inspect their changes, compare two sets, or run a pre-promotion checklist for a selected set.
Why use it?
It helps identify risky changes, conflicts, dependencies, or unsafe contents before an update set moves to another environment.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the servicenow plugin — 4 skills, 4 commands, 1 agent, 1 MCP server shipped together

Good fit Use it to summarise update sets by state, inspect their changes, compare two sets, or run a pre-promotion checklist for a selected set.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/jschuller/mcp-server-servicenow/review-update-set
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/jschuller/mcp-server-servicenow

Made for: Claude Code.

Or install servicenow, the plugin that ships this one along with the rest of its 4 skills, 4 commands, 1 agent, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for review-update-set

README.md
[![agentmods](https://agentmods.dev/badge/commands/jschuller/mcp-server-servicenow/review-update-set/github.svg)](https://agentmods.dev/commands/jschuller/mcp-server-servicenow/review-update-set)
Your own site
<a href="https://agentmods.dev/commands/jschuller/mcp-server-servicenow/review-update-set"><img src="https://agentmods.dev/badge/commands/jschuller/mcp-server-servicenow/review-update-set/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for review-update-set

Your own site · 80×15
<a href="https://agentmods.dev/commands/jschuller/mcp-server-servicenow/review-update-set"><img src="https://agentmods.dev/badge/commands/jschuller/mcp-server-servicenow/review-update-set.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 510 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.00510
Opus 5 $0.00013 $0.00255
Sonnet 5 $0.00005 $0.00102
Haiku 4.5 $0.00003 $0.00051

Measured 9d ago against content hash f45698528eaa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

review-update-set scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/review-update-set.md · 37 lines

What it actually says

/servicenow:review-update-set

Route based on $ARGUMENTS:

No arguments

If $ARGUMENTS is empty:

  • Run the List & Summarize Update Sets workflow from the reviewing-update-sets skill.
  • Show update sets grouped by state (in progress, complete) with change counts.

Specific update set name

If $ARGUMENTS is a name (not a keyword like "compare" or "promote"):

  1. Find the update set: list_update_sets(query="nameLIKE$ARGUMENTS", limit=5)
  2. If one match found, run the Deep Review a Single Update Set workflow — list all changes, categorize by type, flag risky changes (ACLs, script includes, schema changes).
  3. If multiple matches, list them and ask the user which one to review.

Compare request

If $ARGUMENTS contains "compare":

  • Ask the user for two update set names (or parse them from the arguments).
  • Run the Compare Two Update Sets workflow — find overlapping records, conflicts, dependency issues.

Pre-promotion check

If $ARGUMENTS contains "promote", "promotion", "checklist", or "safe":

  1. Find the update set from remaining arguments.
  2. Run the Pre-Promotion Checklist workflow — verify state, check for Default set entries, test artifacts, risky types.
  3. Generate a pass/fail promotion readiness report.

Fallback

For any other input, search update sets by name:

  • list_update_sets(query="nameLIKE$ARGUMENTS", limit=10)
  • Present matches and offer to deep-review any of them.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 37 lines · 25 tokens per session scan A f45698528eaa

Subscribe to this mod's changes

review-update-set is a command published in the GitHub repository jschuller/mcp-server-servicenow (17 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 510 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.