validate-segment

Installation
SKILL.md

Segment YAML Validation

Validate one segment at a time. Always specify the file path explicitly:

tdx sg validate path/to/segment.yml       # Local validation (fast, catches syntax errors)
tdx sg push --dry-run "path/to/segment.yml"  # Server validation (catches schema/reference errors)

Required Structure

Installs
2
GitHub Stars
19
First Seen
Mar 30, 2026
validate-segment — treasure-data/td-skills