Doris 数据模型文档生成

Generate and update Doris data model documentation in Markdown from live metadata and sample data.

135|10|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/opsrobot-ai/opsrobot --skill doris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Doris 数据模型文档生成
Source: https://github.com/opsrobot-ai/opsrobot/tree/main/skills/doris-datamodel-docgen
Command: npx skills add https://github.com/opsrobot-ai/opsrobot --skill doris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns Doris tables into polished Markdown data-model documentation, reducing the manual work of collecting schema details, sample rows, and field explanations.

Core Features & Use Cases

  • Generates documentation for one table, multiple tables, or an entire database.
  • Pulls schema metadata and at least 100 sample rows to support accurate summaries.
  • Supports LLM-assisted completion for column descriptions and flattened JSON or VARIANT fields.
  • Use it to document operational tables, audit logs, or analytics datasets for teams that need a consistent data reference.

Quick Start

Ask the skill to generate or update the Doris data model Markdown for the target table using live metadata and sample rows.

Frequently Asked Questions about Doris 数据模型文档生成

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

FAQPage Schema
How do I generate data model documentation for Doris tables?

You can generate Doris data model documentation by pulling live schema metadata and sample rows to automatically produce structured Markdown files. It supports single tables, multiple tables, or entire databases for analytics and operations teams.

How do I document Doris JSON or VARIANT fields in Markdown?

Documenting Doris JSON or VARIANT fields is handled through automatic flattening and LLM-assisted completion. The Skill extracts nested structures from sample data and generates flattened column descriptions within the Markdown output.

Can I generate Doris schema documentation for an entire database at once?

Yes, you can generate Doris schema documentation for an entire database, specific tables, or prefix-filtered table sets. The Skill extracts live metadata and at least 100 sample rows per table to ensure accurate data summaries.

How do I populate missing column descriptions in my Doris data model?

You can populate missing column descriptions in a Doris data model using LLM-assisted completion. The Skill analyzes actual sampled row values to infer and generate accurate descriptions for undocumented columns.

What is needed to automate Doris data dictionary creation from live metadata?

Automating Doris data dictionary creation requires access to live Doris metadata and sample data. The Skill connects to extract schema details and at least 100 sample rows to support accurate summaries and structured Markdown output.