excel-file-registry

Catalogs Excel test files with VPS paths, parser types, currencies, and expected outputs for validating generation engines.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/khaledbashir/therag2thealmostapproved --skill excel-file-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excel-file-registry
Source: https://github.com/khaledbashir/therag2thealmostapproved/tree/main/.claude/skills/excel-file-registry
Command: npx skills add https://github.com/khaledbashir/therag2thealmostapproved --skill excel-file-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a centralized registry of Excel test files, their intended use cases, and expected outcomes, streamlining the testing and debugging of Excel parsing and PDF generation functionalities.

Core Features & Use Cases

  • Test File Cataloging: Lists various Excel files with their corresponding VPS paths, test scenarios (e.g., fallback parser, LOI mode, CAD currency), and expected results (e.g., table count, total amount).
  • Debugging Aid: Helps developers identify the correct test files for specific parsing or PDF output verification scenarios.
  • Use Case: When a bug is reported in the Excel to PDF conversion for a specific proposal type, you can use this Skill to quickly find the relevant test file and its expected output to reproduce and fix the issue.

Quick Start

Reference the excel-file-registry skill to find the test file for the Indiana Audit scenario and its expected output.

Frequently Asked Questions about excel-file-registry

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

FAQPage Schema
How do I find the right Excel test file for validating a specific PDF generation scenario?

Excel test files for debugging parsing issues are selected by matching the reported bug scenario against the registry's catalog of test cases, which maps specific file names and VPS paths to parser types and expected table counts. This allows you to quickly locate the exact file to reproduce the parsing error.

What is the purpose of maintaining an Excel test file registry for proposal generation engines?

An Excel test file registry provides a centralized catalog of test files, their VPS paths, and expected outcomes like table and item counts to streamline the testing and debugging of Excel parsing and PDF generation functionalities. It ensures validation scenarios are properly documented and easily accessible.

Can I use this registry to locate test files for specific currency modes like CAD during Excel parsing?

Yes, you can use the registry to locate test files for specific currency modes like CAD during Excel parsing. The registry details specific testing scenarios including parser types, currency settings, and expected results so you can find files matching your exact parsing configuration.

How do I verify the expected results when testing Excel to PDF conversion?

To verify expected results when testing Excel to PDF conversion, check the registry which provides anticipated output metrics such as table count, total amount, and item counts for each listed test file. You compare your generated PDF output against these documented expectations to confirm accuracy.

Does this registry support testing fallback parser scenarios for Excel files?

Yes, the registry supports testing fallback parser scenarios for Excel files by detailing specific test scenarios including fallback parser modes. It helps developers identify the correct test files and expected outputs to validate how the parsing engine handles fallback operations.