input-file-validation

Verify required input files exist and insert 'TBD' notes for missing ones.

2|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/dahatake/HypervelocityEngineering --skill input-file-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: input-file-validation
Source: https://github.com/dahatake/HypervelocityEngineering/tree/main/.github/skills/planning/input-file-validation
Command: npx skills add https://github.com/dahatake/HypervelocityEngineering --skill input-file-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill verifies the existence of essential input files at the start of a task, enabling consistent handling of missing files to prevent errors and streamline workflows.

Core Features & Use Cases

  • File existence verification: Checks for mandatory and recommended files before task execution.
  • Default handling of missing files: Generates placeholder entries with 'TBD' notes when files are absent, facilitating seamless processing.
  • Use Case: When starting an automation process, validate that all required documents are in place, otherwise note missing files explicitly for later review, ensuring stable and predictable task operation.

Quick Start

Use the input-file-validation skill to verify the presence of all required input files before processing begins.

Frequently Asked Questions about input-file-validation

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

FAQPage Schema
How do I check for missing input files before running an automation workflow?

To check for missing input files, verify the existence of mandatory files at task start. This automatically inserts default 'TBD' placeholder notes for absent files, ensuring workflow continuity and preventing processing errors.

What happens to workflow automation when a required file is missing?

When a required file is missing, the workflow does not fail; instead, default 'TBD' notes are inserted as placeholder entries. This ensures stable, predictable task operation by handling absent files explicitly for later review.

How do I validate file existence and handle missing files automatically in a task?

You validate file existence by checking for mandatory and recommended files before task execution. Missing files are automatically handled by generating placeholder entries with 'TBD' notes, facilitating seamless processing without interrupting the workflow.

Can I use placeholder values to prevent errors from missing files in automation?

Yes, you can use placeholder values to prevent errors. The validation process generates default 'TBD' placeholder entries for absent files, enabling consistent handling of missing files to streamline workflows and maintain stability.

Do I need any dependencies to validate required input files at task start?

No dependencies are required to validate required input files at task start. The process independently checks for the presence of specified files and inserts default 'TBD' notes for missing ones to ensure proper validation.