debugging-mutations

Inspect post-action mutations and logs in ServiceNow to verify changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users verify what actually happened after executing a ServiceNow tool by inspecting mutations, logs, and audit trails to diagnose issues and confirm outcomes.

Core Features & Use Cases

  • Inspect mutations to see what changed since a timestamp or event
  • Retrieve and review platform logs and flow execution history for context
  • Analyze audit trails to identify actions, timing, and authors

Quick Start

Run the mutation inspection tool after a deployment to confirm changes and then review the related logs for context.

Frequently Asked Questions about debugging-mutations

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

FAQPage Schema
How do I verify ServiceNow mutations after a tool execution to see what changed?

Inspect ServiceNow mutations after a tool execution by retrieving post-action logs and audit trails. This identifies what changed and why, supporting debugging and validation of deployment outcomes through log reviews and audit-trail analyses.

What is the best way to review ServiceNow flow execution logs for debugging?

Retrieve and review ServiceNow flow execution logs to capture changes, timing, and outcomes for debugging. Analyzing flow execution history alongside audit trails provides context to confirm actions and diagnose execution failures.

How do I analyze ServiceNow audit trails to identify actions and authors?

Analyze ServiceNow audit trails to identify actions, timing, and authors by retrieving audit-trail records. This supports debugging by revealing the sequence of changes and the users or tools responsible for modifications.

Can I use session context to capture changes after a ServiceNow deployment?

Yes, you can use session context to capture changes after a ServiceNow deployment. Inspect mutations since a specific timestamp or event and review related logs to confirm changes and gather context for validation.

Why do I need to check mutations and logs after running a ServiceNow tool?

Checking mutations and logs after running a ServiceNow tool is necessary to verify what actually happened during execution. Inspecting mutations and audit trails diagnoses issues, confirms outcomes, and identifies actions, timing, and authors.