What problem does it solve?
This Skill removes the manual work of translating natural language requests into safe, correct operations against Feishu (Lark) Meego project data, so users can query, update, and control work items and workflows without needing to craft MQL or call MCP APIs directly.
Core Features & Use Cases
- Flexible data queries: Run full MQL/MOQL queries, search by fields, views, or URLs, and handle pagination and session-based retrieval for large result sets.
- Comprehensive project operations: Discover project metadata, list work item types and field/role configs, get work item briefs, create/update work items, transition nodes (confirm/rollback), and manage todos and schedules.
- Safe execution workflow: Performs parameter extraction, explicit confirmation for ambiguous entities, parallel and serial call patterns when required, and error-handling guidance for MQL, permissions, and URL parsing.
- Use case example: Run an MQL to find overdue P0 tasks in a product space, convert assignee names into userkeys, and then bulk update priorities after user confirmation.
Quick Start
Run a natural language command describing the project, MQL filter or URL, and the intended action, for example: Find all overdue P0 tasks in the "产品空间" and list their IDs and current owners.