table-references-test

Execute scripts referenced in Markdown tables to verify workflow outcomes.

4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/cuioss/plan-marshall --skill table-references-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: table-references-test
Source: https://github.com/cuioss/plan-marshall/tree/main/test/pm-plugin-development/plugin-doctor/fixtures/skill-structure/table-references
Command: npx skills add https://github.com/cuioss/plan-marshall --skill table-references-test

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Table References Test Skill automates detection and execution of scripts declared in Markdown tables, reducing manual setup and potential wiring errors for workflow automation.

Core Features & Use Cases

  • Detects script references embedded in Markdown tables within SKILL.md.
  • Executes the referenced scripts in the defined order (analyze-data.sh followed by validate-input.py) and uses references/guide.md for additional context.
  • Use Case: When documenting a skill with table-based references, you can verify the workflow automatically and generate consistent results.

Quick Start

Execute analyze-data.sh and then validate-input.py according to the workflow described in this Skill.

Frequently Asked Questions about table-references-test

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

FAQPage Schema
How do I execute scripts referenced in Markdown tables automatically?

To execute scripts referenced in Markdown tables automatically, use a skill that parses the SKILL.md frontmatter, detects script declarations in table rows, and runs them in the specified sequence to validate workflow outcomes without manual setup.

What is the best way to validate scripted steps across a Markdown workflow?

The best way to validate scripted steps is to coordinate a table-form reference system that identifies scripts in Markdown tables, executes them deterministically, and uses supplementary guidance files to verify workflow outcomes consistently.

How does Markdown table script detection work for workflow automation?

Markdown table script detection works by parsing the SKILL.md file to locate script references embedded in table structures, then executing those scripts in order from the scripts directory while pulling supplementary context from the references directory.

Can I use Markdown references to run both shell and Python scripts in sequence?

Yes, you can use Markdown references to run both shell and Python scripts in sequence. The system detects table-form references and executes scripts like analyze-data.sh followed by validate-input.py according to the defined workflow order.

Do I need any external dependencies to execute scripts from Markdown tables?

No external dependencies are required to execute scripts from Markdown tables. The system relies solely on internal components, parsing the SKILL.md frontmatter for metadata and using the scripts and references directories for execution and guidance.