What problem does it solve?
This Skill parses Markdown test files and generates a compact, data-only JSON structure for Lark task creation, reducing token overhead by bypassing heavy workflow generation.
Core Features & Use Cases
- Parse Markdown test files into a minimal JSON data model (test overview, scenarios, and tasks) for direct processing.
- Direct MCP execution: uses a slash-command workflow to create a 3-level Lark task hierarchy without generating an intermediate workflow.
- Observability and reuse: returns a concise summary with source file reference, scenario and task counts, and timestamps, enabling easy auditing and reuse.
- Use case: teams with existing Markdown test docs can rapidly spin up Lark tasks with minimal token usage and latency.
Quick Start
Run the lark-agent-simple skill against a Markdown file:
- /lark-agent-simple examples/sample-test.md
- /lark-agent-simple tests/manual/login-test.md --owner="QA Team" --due-date="2025-12-31"
- /lark-agent-simple tests/manual/api-test.md --owner="Dev Team" --start-date="2025-10-20" --due-date="2025-11-03"