mz-developer-analysis
Installation
SKILL.md
Materialize Developer Analysis
Analyze a Materialize environment by querying system catalog tables via the MCP
Developer endpoint (query_system_catalog tool), and produce a structured
report with health status, performance findings, and optimization recommendations.
Discovering Tables and Columns
Do NOT guess column names. Before writing queries, check if the mz_ontology
schema is available by running:
SHOW TABLES FROM mz_ontology
If mz_ontology is available
Use it to discover the correct tables, columns, join paths, and ID types: