plugin-skill-audit

Validate plugin skill metadata, structure, and cross-references against the agentskills.io specification.

2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/alex-voloshin-dev/ai-skills --skill plugin-skill-audit-alex-voloshin-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-skill-audit
Source: https://github.com/alex-voloshin-dev/ai-skills/tree/main/plugin/skills/plugin-skill-audit
Command: npx skills add https://github.com/alex-voloshin-dev/ai-skills --skill plugin-skill-audit-alex-voloshin-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the quality assurance process for plugin skills, ensuring they adhere to the agentskills.io specification and internal ai-skills conventions, preventing runtime failures and configuration drift.

Core Features & Use Cases

  • Automated Validation: Checks frontmatter, body structure, cross-references, and eval-rubric wiring against strict standards.
  • Safe Remediation: Applies deterministic, safe fixes to metadata and formatting without altering core logic or prose.
  • Use Case: Before merging a pull request that modifies existing skills, run this audit to ensure all documentation, eval cases, and script references are correctly linked and compliant.

Quick Start

Use the plugin-skill-audit skill to perform a full validation of all skills in the repository.

Frequently Asked Questions about plugin-skill-audit

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

FAQPage Schema
How do I validate plugin skill metadata before merging a pull request?

To validate plugin skill metadata before merging, run an audit that checks frontmatter, body structure, and eval-rubric wiring against the agentskills.io specification to prevent configuration drift and runtime failures.

What is plugin skill compliance checking and how does it work?

Plugin skill compliance checking operates on skill directories to identify configuration errors, missing documentation, or broken cross-references, ensuring strict adherence to internal repository conventions and quality assurance standards.

Can I automatically fix broken frontmatter and formatting issues in skill directories?

Yes, you can automatically fix broken frontmatter and formatting issues using deterministic auto-fixes that apply safe remediation to metadata without altering core logic or prose.

What is the best way to maintain plugin skill integrity across a repository?

The best way to maintain plugin skill integrity is performing a full validation of all skills in the repository, checking that documentation, eval cases, and script references are correctly linked and compliant.

Does the skill audit process modify core logic or documentation prose?

No, the skill audit process does not modify core logic or documentation prose, because it maintains strict adherence to non-destructive modification policies while applying only deterministic formatting fixes.

Why do plugin skills fail at runtime after configuration drift?

Plugin skills fail at runtime after configuration drift because metadata, cross-references, and eval-rubric wiring become misaligned, which requires automated validation to identify and safely remediate the broken links.