Vibe-Skills detecting-data-anomalies

install
source · Clone the upstream repo
git clone https://github.com/foryourhealth111-pixel/Vibe-Skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/foryourhealth111-pixel/Vibe-Skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/bundled/skills/detecting-data-anomalies" ~/.claude/skills/foryourhealth111-pixel-vibe-skills-detecting-data-anomalies && rm -rf "$T"
manifest: bundled/skills/detecting-data-anomalies/SKILL.md
source content

Detecting Data Anomalies

Positioning

Treat this skill as an explicit/manual helper. In governed ML routing, anomaly-detection ownership normally belongs to

anomaly-detector
.

When to Use

Use this skill when:

  • Reviewing outlier transactions, fraud candidates, sensor spikes, or rare failures
  • Comparing isolation forest, one-class SVM, LOF, or threshold-based anomaly workflows
  • Turning suspicious records into a shortlist for human inspection

Not For / Boundaries

  • Null/duplicate/schema/range validation: use
    data-quality-checker
  • Full model training or end-to-end pipeline ownership: use
    training-machine-learning-models
  • Publication-grade figure production: use
    scientific-visualization

Typical Outputs

  • Candidate anomaly-detection methods and thresholds
  • A review checklist for false positives and false negatives
  • Suggested tables or plots for the suspicious subset

Related Skills

  • anomaly-detector
    as the governed routed owner
  • creating-data-visualizations
    after anomalies are identified