compliance-checker

Validate agentic skill design compliance against predefined design principles.

48|31|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/RHEcosystemAppEng/agentic-plugins --skill compliance-checker-rhecosystemappeng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compliance-checker
Source: https://github.com/RHEcosystemAppEng/agentic-plugins/tree/main/.claude/skills/compliance-checker
Command: npx skills add https://github.com/RHEcosystemAppEng/agentic-plugins --skill compliance-checker-rhecosystemappeng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires uv, and includes scripts (resource) components.

What problem does it solve?

This Skill ensures that the design of agentic skills meets specific compliance standards before deployment or modification.

Core Features & Use Cases

  • Compliance Validation: Validates the design of agentic skills against a predefined set of design principles.
  • Design Principles: Checks adherence to principles like document consultation transparency, parameter specification, and more.
  • Pre-commit Check: Provides a pre-commit check for developers to ensure compliance before opening pull requests.

Quick Start

Run the compliance check with the command: make validate-skill-design

Frequently Asked Questions about compliance-checker

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

FAQPage Schema
How do I validate agentic skill design compliance before opening a pull request?

Validate agentic skill design compliance by running the `make validate-skill-design` command to execute predefined design principle scripts, ensuring your modifications meet pre-commit standards.

What design principles are checked during agentic skill compliance validation?

Agentic skill compliance validation checks adherence to specific design principles, including document consultation transparency and parameter specification, ensuring best practices in skill design.

Do I need uv installed to run design validation for agentic plugins?

Yes, you need `uv` installed to run design validation for agentic plugins, as the Skill requires this dependency to execute its validation scripts like `validate_skills_tier2.py`.

What is the best way to ensure skill compliance for agentic collections during development?

The best way to ensure skill compliance for agentic collections is to integrate pre-commit reviews using validation scripts, ensuring adherence to established design principles before deployment.

Can I use these validation scripts for pre-commit reviews on modified agentic skills?

Yes, you can use the validation scripts for pre-commit reviews on modified agentic skills to ensure they adhere to specific compliance standards before deployment or modification.