skill-audit

Audit .agents assets for naming, structure, and cross-reference integrity.

2|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/jlaws/dotfiles --skill skill-audit-jlaws
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-audit
Source: https://github.com/jlaws/dotfiles/tree/main/.agents/skills/workflow/skill-audit
Command: npx skills add https://github.com/jlaws/dotfiles --skill skill-audit-jlaws

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit the conformance and integrity of all assets under .agents/ to ensure consistent structure, naming, and cross-references.

Core Features & Use Cases

  • Automated discovery of assets by type (skills and references)
  • Rule-based checks for SKILL.md structure, frontmatter, and content
  • Cross-reference integrity validation across the knowledge base

Quick Start

Run the knowledge base audit to validate all assets under .agents/ and generate a conformance report.

Frequently Asked Questions about skill-audit

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

FAQPage Schema
How do I audit knowledge base conformance for .agents assets?

Knowledge base conformance auditing validates all .agents assets by checking frontmatter, file naming, and cross-reference integrity to generate a PASS/WARN/FAIL report.

What does cross-reference validation do for references in a knowledge base?

Cross-reference validation verifies integrity across the knowledge base by checking that all references between assets link correctly, preventing broken or orphaned connections.

Can I run an audit focused only on skills and references after modifying assets?

Yes, the audit supports optional focus on skills, references, and cross-references, letting you validate specific asset types after creating or modifying files.

What's the best way to check SKILL.md structure and frontmatter conformance?

Checking SKILL.md structure applies rule-based criteria to verify frontmatter fields, file naming conventions, and content structure, outputting a conformance report.

Why does my knowledge base audit return a WARN or FAIL report?

A knowledge base audit returns WARN or FAIL when assets under .agents/ violate defined criteria for naming, structure, or cross-reference integrity specified in SKILL.md.