excel-config-guide

Process and analyze game configuration Excel files for navigation, querying, generation, and Git version comparisons.

Updated Dec 5, 2025
One-click install
npx skills add https://github.com/wangtengda0310/prompt --skill excel-config-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excel-config-guide
Source: https://github.com/wangtengda0310/prompt/tree/main/skills/excel-parser
Command: npx skills add https://github.com/wangtengda0310/prompt --skill excel-config-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Excel 配表专业处理技能,提供对游戏配置 Excel 文件的导航、查询、生成和版本对比的完整能力。

Core Features & Use Cases

  • 浏览与摘要游戏配置表,检查列元数据,预览行,跨表过滤大规模配置数据。
  • 生成符合项目四行表头规范的测试用 Excel,支持 QA 与数据完整性检查。
  • 基于 Git 的版本对比能力,分析提交、分支和 PR 的配置变化。

Quick Start

Use this skill to quickly inspect the Hero.xlsx file and fetch the first 20 data rows from the Hero sheet.

Frequently Asked Questions about excel-config-guide

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

FAQPage Schema
How do I query specific data ranges in game configuration Excel files?

You can perform range queries on game configuration Excel files to preview rows, fetch column metadata, and filter large datasets across multiple worksheets without manual sorting.

Can I generate mock Excel data with standard headers for game config testing?

Yes, you can generate mock Excel files with standard four-row headers for game config testing, supporting QA processes and data integrity checks by creating compliant .xlsx files.

How do I compare Excel configuration changes between Git commits or branches?

You compare Excel configuration changes between Git commits or branches by applying Git-based version comparisons to track differences in sheets, rows, and metadata across pull requests.

What is the best way to inspect the structure of a large game configuration Excel sheet?

The best way to inspect large game configuration Excel sheets is to list worksheets, fetch column metadata, and preview initial data rows to quickly understand the overall table structure.

Does this Excel config tool work without external dependencies?

Yes, this Excel config tool works without external dependencies, allowing you to directly process .xlsx files to navigate sheets, query ranges, and generate standard headers.