Проверка политик пакетов перед коммитом

testing

policy-check is a Claude Code skill that validates package compliance with FluidFramework repository policies using pnpm commands. To check a specific package, run `pnpm policy-check --path <relative-path>` from the repo root — changing into the package directory is not required. Even when only one package has been modified, a repository-wide check (`pnpm policy-check` without `--path`) is still recommended, since changes in a single package can trigger policy failures elsewhere. This skill is useful for developers who need to run a policy check, validate package configuration, or confirm compliance before committing or as part of a CI workflow.