返回 Skill 列表
extension
分类: 开发与工程无需 API Key

table-references-test

测试技能,包含表格格式的引用

person作者: jakexiaohubgithub

Table References Test Skill

This skill tests that scripts referenced in markdown tables are properly detected.

External Resources

Scripts (scripts/)

| Script | Mode | Purpose | |--------|------|---------| | analyze-data.sh | EXECUTE | Analyzes data files | | validate-input.py | EXECUTE | Validates input format |

References (references/)

| Reference | Purpose | |-----------|---------| | guide.md | Main guide documentation |

Workflow

  1. Execute scripts/analyze-data.sh
  2. Run validation with scripts/validate-input.py
  3. See references/guide.md for details