# Fabric Policy Governor

> Simulate, compare, and tighten Microsoft Fabric guardrail policies without writing policy files.

- Skill: `rweisssieker-xp/fabric-policy-governor-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rweisssieker-xp/fabric-policy-governor-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rweisssieker-xp/fabric-policy-governor-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rweisssieker-xp (https://skillmd.com/u/rweisssieker-xp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rweisssieker-xp/fabric-policy-governor-2

---


# Fabric Policy Governor

Use this skill when a user asks about Fabric policy hardening, guardrail simulation, policy diffs, or production readiness controls.

## Operating Rules

- Keep policy analysis read-only unless the user explicitly asks to edit policy files outside this skill.
- Prefer simulation against real workspace evidence over generic recommendations.
- Distinguish newly allowed controls from newly blocked controls.
- Never suggest disabling production preflight or target binding.

## Workflow

1. Read current policy with `fabric_get_policy`.
2. Gather workspace evidence with `fabric_get_workspace`, `fabric_list_items`, `fabric_git_get_status`, and connection/gateway tools when IDs are available.
3. Run `fabric_simulate_policy_on_workspace`.
4. Run `fabric_suggest_policy_tightening`.
5. Use `fabric_policy_diff` when comparing policy versions.
6. Present exact suggested JSON fields, but do not write policy files automatically.

## Common Prompts

- "Simulate our Fabric policy against this workspace."
- "Suggest a tighter policy for this production workspace."
- "Compare these two Fabric policy versions."

