policy-check

작성자: microsoft

이 스킬은 사용자가 "정책 확인 실행", "정책 확인", "policy-check"를 요청하거나 패키지 규정 준수를 검증해야 할 때 사용해야 합니다. 지침을 제공합니다…

npx skills add https://github.com/microsoft/fluidframework --skill policy-check

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.