excel-field-analyzer

Analyze Excel and CSV fields to generate bilingual mappings and validation reports.

Updated Nov 23, 2025
One-click install
npx skills add https://github.com/alongor666/excel-field-analyzer --skill excel-field-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excel-field-analyzer
Source: https://github.com/alongor666/excel-field-analyzer/tree/main/.
Command: npx skills add https://github.com/alongor666/excel-field-analyzer --skill excel-field-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, openpyxl, numpy, and includes scripts (resource) components.

What problem does it solve?

This Skill analyzes Excel and CSV files to automatically generate English mappings for fields, produce a data dictionary, and generate HTML reports, saving time on data dictionary creation and reducing manual mapping complexity.

Core Features & Use Cases

  • AI-powered field mapping: Leverages preset mappings and rules to generate English field names and logical groupings for common business domains.
  • Quality checks & reports: Validates generated mappings and outputs a Markdown quality report to ensure consistency and reliability.
  • HTML visualization: Produces HTML reports for quick inspection of field statistics and mappings.

Quick Start

Use the Excel-field-analyzer to analyze a file, e.g., python scripts/analyzer.py data.xlsx ./output 10

Frequently Asked Questions about excel-field-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate English field mappings for Excel and CSV files?

Field mapping automates English translation and naming for Excel/CSV columns using preset rules and AI assistance. The Skill analyzes your file, applies standard terminology (NAIC for insurance data), infers data types, and outputs bilingual mappings in JSON and HTML formats, eliminating manual data dictionary creation.

Can I use this to analyze insurance data with 50+ predefined field mappings?

Yes. The Skill includes 50+ built-in mappings for insurance workflows, enforces NAIC standard terminology, and applies snake_case naming conventions automatically. It validates mappings for uniqueness and consistency, outputting quality reports to ensure data reliability across multi-source configurations.

What output formats does Excel and CSV field analysis produce?

Field analysis generates HTML reports for visualization, JSON exports for programmatic use, and Markdown quality reports. Outputs include field statistics, bilingual mappings, data type inference results, and validation checks in both human-readable and machine-parseable formats.

How does the Skill handle unknown or unmapped fields?

Unknown fields trigger AI-assisted learning, where the Skill suggests English names and logical groupings based on context and existing mappings. You can validate and refine these suggestions, which integrate into your configuration for future analyses.

What data types does the field analyzer infer and validate?

The Skill infers string, number, datetime, and boolean data types for each field, validating consistency across your dataset. Inference results appear in mapping reports and ensure type-safe data dictionary documentation.