This skill should be used when the user asks to "run policy check", "check policy", "policy-check", or needs to validate package compliance. Provides guidance on running policy checks for specific packages or the entire repository.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "policy-check" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/FluidFramework/main/.claude/skills/policy-check/SKILL.md 2. Save it as ~/.claude/skills/policy-check/SKILL.md 3. Reload skills and tell me it's ready
Run pnpm policy-check --path <relative-path> from the repo root to check a specific package. Do NOT cd into the package directory.
Even when changes are applied to a single package, repository-wide checks (pnpm policy-check without --path) are still appropriate since changes in one package can cause policy failures in others.
Evaluate code review feedback rigorously before deciding whether to implement it.
Write failing tests first to implement features and bug fixes reliably.
Identify test anti-patterns and improve tests without polluting production code.
Systematically investigate bugs before fixing them with a four-phase debugging framework.
Generate Fluid-style PR content, push branches, and open GitHub pull requests.
Trigger ADO CI pipelines for Copilot-created pull requests via PR comments.