
from fabric-skills-settings30
Operational skill for managing Microsoft Fabric data platforms: run VACUUM, orchestrate DAGs, update inventory, and perform maintenance routines and GDPR-safe p
Fabric Ops documents and codifies day-to-day operational patterns for a Microsoft Fabric data platform. It prescribes routines for scheduling VACUUM operations on Delta tables, maintaining platform inventory, orchestrating pipeline DAGs, and running maintenance checks (daily, weekly, monthly). The skill includes command patterns and examples for fabric-vibe and Fabric/fab CLI interactions and provides guidance on safe VACUUM usage to avoid accidental data loss.
Use this skill during platform maintenance windows, capacity reviews, GDPR purges, incident triage, or when preparing environment setup scripts. It is intended for data engineers and platform operators who manage lakehouses, notebooks, and Delta tables within Fabric workspaces.
This skill is CLI-focused and integrates with Fabric tooling; agents that can run shell commands and interpret CLI output (Copilot-style agents, Codex, or any agent with shell access) will be able to use it effectively.
fabric-ops is a documentation-only skill for managing Microsoft Fabric data platforms, covering VACUUM operations, DAG orchestration, lakehouse inspection, and maintenance routines. No bundled scripts — relies on external tools (fabric-vibe CLI, ms-fabric-cli, Spark). The SKILL.md is well-structured with clear MUST/PREFER/AVOID guidance and practical code snippets, but lacks full workflow examples and error handling patterns. Targets a niche audience of Fabric platform operators.
Clean skill with no security concerns. Documentation-only approach means lower practicality but also lower risk. The explicit warning against VACUUM RETAIN 0 shows good operational awareness.