Monitor Data Integrity

🌐Community
by pjt222 · vlatest · Repository

Helps with monitoring, data as part of agent workflows workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add monitor-data-integrity npx -- -y @trustedskills/monitor-data-integrity
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "monitor-data-integrity": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/monitor-data-integrity"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The monitor-data-integrity skill allows an AI agent to verify the consistency and accuracy of data within a specified dataset. It can identify missing values, detect outliers based on defined rules, and flag potential errors requiring human review. This helps ensure data quality for downstream processes like analysis or model training.

When to use it

  • Data Pipelines: Regularly check data flowing through ETL pipelines for unexpected changes or corruption.
  • Post-Ingestion Validation: After importing data from external sources, confirm its integrity before further processing.
  • Anomaly Detection: Identify unusual patterns in datasets that might indicate errors or malicious activity.
  • Model Training Data Quality: Ensure the training dataset is clean and accurate to improve model performance.

Key capabilities

  • Missing value detection
  • Outlier identification based on rules
  • Data consistency checks
  • Error flagging for review

Example prompts

  • "Monitor the 'sales_data' dataset for missing values in the 'customer_id' column."
  • "Check the 'inventory' data and flag any quantities below zero."
  • "Verify that all dates in the 'transaction_log' are within the last year."

Tips & gotchas

The skill requires a clear definition of rules for outlier detection. Ensure these rules accurately reflect expected data patterns to avoid false positives.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
pjt222
Installs
6

🌐 Community

Passed automated security scans.