policy-check

Validate package compliance against repository-wide policies via pnpm policy-check.

4.9k|585|Updated Aug 22, 2019
One-click install
npx skills add https://github.com/microsoft/FluidFramework --skill policy-check-microsoft
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: policy-check
Source: https://github.com/microsoft/FluidFramework/tree/main/.claude/skills/policy-check
Command: npx skills add https://github.com/microsoft/FluidFramework --skill policy-check-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that packages within the repository adhere to defined policies and compliance standards, preventing potential issues and maintaining code quality.

Core Features & Use Cases

  • Package Compliance Validation: Checks if individual packages meet repository-wide policy requirements.
  • Repository-Wide Checks: Ensures that changes in one package do not negatively impact policies in others.
  • Use Case: Before merging a new feature, run a policy check to confirm that all code adheres to the project's established guidelines.

Quick Start

Run pnpm policy-check with the relative path to the package you want to check.

Frequently Asked Questions about policy-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate package compliance against repository-wide policies?▼

You can validate package compliance by running the command-line interface `pnpm policy-check`, optionally passing a relative directory path with `--path` to target a specific package for validation.

What is the best way to check code quality and security protocols before merging a feature?▼

Running a package compliance check validates that code adheres to established coding standards and security protocols, ensuring changes do not negatively impact repository-wide policies before merging.

Can I use pnpm to run policy checks on a specific package directory?▼

Yes, you can target a specific package directory by executing `pnpm policy-check` with the `--path` argument followed by the relative path to the package you want to validate.

Does package compliance validation prevent issues across other packages in the repository?▼

Yes, repository-wide compliance validation ensures that changes made in one package do not negatively impact policies in others, maintaining overall code quality and preventing potential conflicts.

When do I need to run a policy check on my pnpm packages?▼

You should run a policy check before merging new features or making changes to confirm that all code adheres to the project's established guidelines, security protocols, and repository-wide compliance standards.

Why does my repository need package compliance validation?▼

Package compliance validation ensures that all packages adhere to defined policies and coding standards, preventing potential issues and maintaining consistent code quality across the entire repository.