What problem does it solve?
This Skill helps you quickly understand the contents and structure of unfamiliar local data files (like CSV, JSON, or logs) without needing to write custom parsing code.
Core Features & Use Cases
- File Type Detection: Automatically identifies CSV, TSV, JSON, JSONL, and plain text files.
- Data Profiling: Summarizes column types, missing values, and basic statistics for tabular data.
- Log Analysis: Counts error/warning messages and hints at timestamp patterns in log files.
- Safe-by-Default: Redacts potential PII and prioritizes statistics over raw data.
- Use Case: You receive a large CSV file from a colleague. Use this Skill to get an immediate overview of its columns, data types, and potential issues before diving deeper.
Quick Start
Use the data-triage skill to analyze the file located at /path/to/your/data.csv.