Check Metadata Typos

🌐Community
by owid · vlatest · Repository

This skill automatically identifies and corrects common typos in metadata fields, ensuring data accuracy and consistency for improved searchability.

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 check-metadata-typos npx -- -y @trustedskills/check-metadata-typos
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "check-metadata-typos": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/check-metadata-typos"
      ]
    }
  }
}

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

About This Skill

What it does

This skill scans metadata fields within datasets to identify and flag spelling errors, ensuring data integrity before processing. It specifically targets common typos in column names, variable labels, and descriptive attributes often found in ETL workflows.

When to use it

  • Before loading raw data into a database or analytics pipeline to prevent downstream query failures.
  • During the initial ingestion phase of an ETL job to clean up messy source files from external vendors.
  • When collaborating on shared datasets where inconsistent naming conventions have caused confusion among team members.
  • As a validation step prior to generating reports that rely on specific metadata keys for filtering or grouping.

Key capabilities

  • Detects misspelled words and incorrect capitalization in metadata strings.
  • Provides a list of flagged fields with suggestions for correction based on common patterns.
  • Integrates seamlessly into existing data transformation pipelines without manual intervention.
  • Supports multiple file formats including CSV, JSON, and Parquet headers.

Example prompts

"Run check-metadata-typos on my latest sales export to find any misspelled column names." "Scan the metadata of this research dataset for typos that might break my Python analysis script." "Identify spelling errors in the variable labels before I start aggregating the customer feedback data."

Tips & gotchas

Ensure your source files have consistent encoding (preferably UTF-8) to avoid false positives caused by character interpretation issues. This tool focuses on text-based metadata; it will not correct structural errors like missing commas or malformed JSON syntax.

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
owid
Installs
30

🌐 Community

Passed automated security scans.