microsoft/fluidframework · Archived

policy-check

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.

First seen Apr 24, 2026

Installation

$ npx skills add microsoft/fluidframework --skill policy-check

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from microsoft/fluidframework · top by installs.

npx skills add microsoft/fluidframework

Browse all from microsoft/fluidframework

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4.9K
License LICENSE
Default branch main
Open issues 64
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 610 B
  • docs SUMMARY.md 251 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 5 installs

SKILL.md

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.