Use when analyzing CSV, Excel, parquet, or table-like files and producing reproducible summaries.
Scanned 6/5/2026
Install via CLI
openskills install BlueSkyXN/Codex-is-all-you-need---
name: tabular-analysis
description: Use when analyzing CSV, Excel, parquet, or table-like files and producing reproducible summaries.
---
# Tabular Analysis Skill
Use this workflow for table-like data analysis.
## Steps
1. Identify source files and preserve raw inputs.
2. Determine dataset shape, likely grain, key identifiers, date ranges, and metric columns.
3. Inspect missing values, duplicates, suspicious values, outliers, and type inconsistencies.
4. State assumptions before calculations.
5. Create reproducible scripts in `scripts/` when computation is needed.
6. Write generated outputs to `outputs/`.
7. Validate findings with row counts, totals, spot checks, and sanity checks.
8. Summarize findings with limitations.
## Do not
- Do not overwrite files in `raw/`.
- Do not invent labels, values, segments, or metric definitions.
- Do not draw causal conclusions from descriptive statistics alone.
## Output
Return:
1. Source files
2. Data profile
3. Assumptions
4. Analysis method
5. Findings
6. Validation checks
7. Limitations
8. Reproducibility instructions
No comments yet. Be the first to comment!
Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...