audit-skills

Audit OrchestKit skills for quality, completeness, and compliance with authoring standards.

217|20|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/yonatangross/orchestkit --skill audit-skills-yonatangross
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-skills
Source: https://github.com/yonatangross/orchestkit/tree/main/plugins/ork/skills/audit-skills
Command: npx skills add https://github.com/yonatangross/orchestkit --skill audit-skills-yonatangross

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and rules (resource) components.

What problem does it solve?

This Skill automates the auditing of all OrchestKit skills, ensuring they meet quality, completeness, and compliance standards, which is crucial for maintaining a robust and reliable skill ecosystem.

Core Features & Use Cases

  • Comprehensive Auditing: Checks skills for long SKILL.md files, missing frontmatter, lack of rules or references, and registration status in manifests.
  • Automated Reporting: Generates a clear table summarizing the audit results, highlighting issues with PASS/WARN/FAIL classifications.
  • Use Case: Before a major release, run this audit skill to catch any newly added or modified skills that don't adhere to the project's authoring standards, preventing potential issues down the line.

Quick Start

Run the audit script to check all OrchestKit skills for quality and compliance.

Frequently Asked Questions about audit-skills

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

FAQPage Schema
How do I audit OrchestKit skills for quality and compliance?

To audit OrchestKit skills for quality and compliance, run the automated audit script to evaluate all skills against authoring standards and generate a detailed PASS, WARN, or FAIL report.

What does a skill compliance audit check for in a SKILL.md file?

A skill compliance audit checks SKILL.md files for excessive length, missing frontmatter fields, absent rules or references, and incorrect manifest registration to ensure completeness and standardization.

How do I validate skill completeness before a major release?

Validate skill completeness before a release by executing the audit script to catch newly added or modified skills that do not adhere to project authoring standards and prevent downstream issues.

Does the OrchestKit skill audit require any external dependencies?

No, the OrchestKit skill audit requires no external dependencies to run. It uses internal scripts, rules, and references to evaluate your skill ecosystem and output compliance classifications.

How are skill compliance issues reported during an audit?

Skill compliance issues are reported via an automated clear table summarizing the audit results, classifying each evaluated skill as PASS, WARN, or FAIL with specific reasons for non-compliance.

What happens if a skill is missing frontmatter or rules during validation?

If a skill is missing frontmatter or rules during validation, the audit identifies these gaps as non-compliance with authoring standards and flags the skill with a WARN or FAIL classification in the report.