A reusable AgentSkill for professional tabular-data analysis, safe multi-table workflows, and table-analysis project review.
Many table-analysis tasks fail not because of syntax, but because of weak workflow: wrong joins, unclear metric definitions, missing grain checks, and overconfident conclusions.
table-analysis-pro is designed to make those failures less likely by enforcing a more disciplined analysis process.
table-analysis-pro captures a disciplined workflow for:
- analyzing CSV / Excel / DataFrame-style tabular data
- handling single-table and multi-table tasks safely
- reviewing table-analysis agents, data copilots, and spreadsheet-oriented AI tools
- extracting reusable patterns from table-analysis systems
It focuses on workflow, judgment, and output quality rather than teaching pandas syntax.
Use this skill when the task involves:
- analyzing CSV / Excel / DataFrame-style data
- checking joins before merging tables
- defining KPIs before computing results
- reviewing a table-analysis agent, workflow, or project
- presenting findings with evidence, caveats, and next steps
- Analyze this CSV and summarize the main KPIs.
- Compare these two tables and identify anomalies.
- Review this table-analysis agent design for join-safety and metric-definition risks.
- Help me validate whether this metric is defined correctly before I compute it.
Download the latest .skill artifact from the GitHub Release page:
If you want to inspect or adapt the skill before packaging, start with:
SKILL.mdfor the core workflowreferences/for reusable analysis and review guidancePUBLISHING.mdfor release and packaging notes
SKILL.md— core skill instructionsreferences/workflow-patterns.md— reusable analysis and review patternsreferences/project-review-rubric.md— checklist for evaluating table-analysis systemsreferences/output-patterns.md— response and presentation templatesreferences/join-safety.md— safe merge/join guidancereferences/metric-definition.md— KPI and derived-metric guidancereferences/related-projects.md— external comparison points and inspirationPUBLISHING.md— release and packaging notesCHANGELOG.md— release history
fishsure/TabClaw— a strong external reference point for conversational table-analysis UX, planning, multi-table orchestration, memory, and skill-learning patterns
- schema inspection
- filtering / lookup
- aggregation / KPI summaries
- derived metrics
- pivoting / crosstabs
- merging or comparing tables
- anomaly or data-quality checks
- reviewing a table-analysis workflow or project
- inspect before concluding
- clarify when ambiguity matters
- plan before multi-step execution
- verify join keys and grain before merging
- define metrics before computing or comparing them
- prefer structured operations before custom code
- present results with evidence and caveats
A distributable .skill package is included in dist/ for release builds.
v0.1.0 — initial publishable draft.