policy-check

Evaluate artifacts against a Policy-as-Code Registry and report pass/fail verdicts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tgsatwit/agent-delivery-pub --skill policy-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: policy-check
Source: https://github.com/tgsatwit/agent-delivery-pub/tree/main/.claude/skills/policy-check
Command: npx skills add https://github.com/tgsatwit/agent-delivery-pub --skill policy-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the evaluation of code changes, specifications, designs, and deployment plans against a comprehensive set of machine-actionable policies, ensuring compliance and reducing manual review bottlenecks.

Core Features & Use Cases

  • Automated Policy Evaluation: Assesses artifacts against defined policies, providing clear pass/fail verdicts.
  • Evidence Gap Identification: Pinpoints missing information or non-compliance areas for remediation.
  • Shift-Left Enforcement: Enables policy checks early in the delivery lifecycle (design, build) rather than solely at governance gates.
  • Use Case: Before deploying a new feature, this Skill can automatically check if the code adheres to security standards, data privacy regulations, and operational readiness requirements, flagging any violations.

Quick Start

Use the policy-check skill to evaluate the attached code changes against all active policies.

Frequently Asked Questions about policy-check

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

FAQPage Schema
What is automated policy evaluation for code deployment?

Automated policy evaluation assesses code changes, specifications, and deployment plans against machine-actionable policies, providing pass/fail verdicts to ensure compliance and reduce manual review bottlenecks.

How do I enforce compliance policies early in the software delivery lifecycle?

You can enforce compliance policies early by evaluating artifacts at design and build stages against a Policy-as-Code Registry, identifying violations and evidence gaps before reaching final governance gates.

Can I check deployment artifacts against security and privacy standards automatically?

Yes, you can automatically evaluate deployment artifacts against active security, data privacy, and operational readiness policies, receiving required remediation actions for any flagged violations.

What is the best way to identify evidence gaps in governance risk assessments?

The best way to identify evidence gaps is to evaluate artifacts using scope matching logic against defined policies, which pinpoints missing information and non-compliance areas for remediation.

Do I need a Policy-as-Code Registry to evaluate artifact compliance?

Yes, you need access to a Policy-as-Code Registry containing policy definitions, along with scope matching logic and artifact content, to properly evaluate compliance and generate pass/fail verdicts.

Why does automated policy checking fail to return a verdict for my artifact?

Policy checking fails to return a verdict when artifact content is incomplete, policy definitions are inaccessible, or evidence gaps prevent proper scope matching against active governance policies.