merfox_tsv_gate

Validate packaged application health and TSV file generation for Amazon uploads.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/morgrisos/merfox --skill merfox-tsv-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: merfox_tsv_gate
Source: https://github.com/morgrisos/merfox/tree/main/skills/merfox_tsv_gate
Command: npx skills add https://github.com/morgrisos/merfox --skill merfox-tsv-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures the MerFox application reliably produces accurate TSV (Tab-Separated Values) files, crucial for Amazon product data, by verifying the packaged application's health and the integrity of the generated data.

Core Features & Use Cases

  • Application Health Check: Verifies the packaged MerFox application is running correctly and accessible via its API.
  • TSV Generation Verification: Confirms that the amazon_upload.tsv file is generated with valid data, meeting specific Amazon requirements.
  • Use Case: Before a critical data export, run this Skill to automatically confirm that MerFox is operational, the data conversion process is complete, and the resulting TSV file is correctly formatted and populated, preventing costly errors.

Quick Start

Run the MerFox TSV Gate to verify the packaged application and its TSV output.

Frequently Asked Questions about merfox_tsv_gate

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

FAQPage Schema
How do I verify my Amazon TSV file is correctly formatted before upload?

To verify an Amazon TSV file, you can validate it by checking that mandatory columns are populated and that the generated `amazon_upload.tsv` file contains valid data meeting specific Amazon requirements.

What does an application health check for data exports involve?

An application health check for data exports verifies the packaged application is running correctly by performing checks on its API endpoints to ensure it is accessible and operational before generating files.

How do I validate the contents of a raw CSV before converting to TSV?

You validate a raw CSV before conversion by checking the existence and content of the `raw.csv` file within the application's latest run directory to confirm the data conversion process completed successfully.

When do I need to run a verification gate on packaged applications?

You need to run a verification gate on packaged applications before a critical data export to automatically confirm the application is operational, data conversion is complete, and the resulting TSV file is correctly formatted, preventing costly errors.

Why does my packaged application fail to generate TSV files correctly?

Your packaged application fails to generate TSV files correctly when its API endpoints are inaccessible or the data conversion process does not properly populate mandatory columns in the resulting TSV file.

Does the MerFox TSV Gate verify API endpoints and file generation in one pass?

Yes, the MerFox TSV Gate verifies application API endpoints while simultaneously confirming the existence and content of `raw.csv` and `amazon_upload.tsv` files within the latest run directory in a single pass.