audit-investigation

Compare template configurations against actual repository files and report discrepancies.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/metasaver/claude-marketplace --skill audit-investigation
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit-investigation
Source: https://github.com/metasaver/claude-marketplace/tree/main/plugins/metasaver-core/skills/workflow-steps/audit-investigation
Command: npx skills add https://github.com/metasaver/claude-marketplace --skill audit-investigation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill investigates config discrepancies by reading templates vs actual files in a read-only manner.

Core Features & Use Cases

  • Wave-based parallel audits: Spawns config agents to read files and compare with templates.
  • Discrepancy normalization: Produces a unified discrepancies list for remediation.
  • No changes: Audit results are read-only.

Quick Start

Initiate an audit-investigation to collect discrepancies for remediation planning.

Frequently Asked Questions about audit-investigation

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

FAQPage Schema
How do I audit configuration discrepancies between templates and actual files?▼

Configuration audit compares template definitions against repository files in read-only mode, identifying mismatches across fields. The Skill spawns parallel agents to read both sources, normalize differences, and output a structured discrepancies report with severity levels and locations without applying changes.

Can I use this to detect config drift across multiple repositories?▼

Yes. The Skill operates in parallel waves across multiple repositories, reading template configurations and actual files simultaneously, then consolidating findings into a unified discrepancies list for centralized visibility into drift patterns.

What information does the audit output provide?▼

The audit produces a structured discrepancies array for each mismatch, including location, expected versus actual values, severity classification, and a summary. Results are read-only analysis suitable for remediation planning and compliance reporting.

Is this suitable for read-only compliance checks without modifying repositories?▼

Yes. The Skill is designed as a read-only investigation that surfaces configuration discrepancies without applying any changes, making it ideal for audit, compliance verification, and risk assessment workflows.

How does the Skill handle comparing complex configuration structures?▼

Field-by-field comparison normalizes template and actual configurations, handling structured data through parallel agents that decompose files, compare each element, and aggregate mismatches into a standardized discrepancies format.