missing-references

Validate that every rule has a corresponding Markdown reference file.

193|17|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/pproenca/dot-skills --skill missing-references-pproenca
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: missing-references
Source: https://github.com/pproenca/dot-skills/tree/main/tests/fixtures/missing-references
Command: npx skills add https://github.com/pproenca/dot-skills --skill missing-references-pproenca

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill identifies and flags instances where rules are defined but their corresponding reference documentation is missing, ensuring comprehensive knowledge base accuracy.

Core Features & Use Cases

  • Reference Validation: Checks for the existence of documentation files for all defined rules.
  • Consistency Reporting: Highlights missing reference files for specific rules.
  • Use Case: Before deploying a new set of agent rules, use this Skill to verify that all documented behaviors have corresponding explanatory files, preventing confusion and ensuring discoverability.

Quick Start

Run the missing-references skill to check for any documentation gaps.

Frequently Asked Questions about missing-references

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

FAQPage Schema
How do I validate reference documentation completeness for AI agent skills?

Reference documentation completeness is validated by checking that every defined rule has a corresponding Markdown file in the references directory. This ensures knowledge base accuracy and prevents user confusion over missing guidance.

What is the best way to check for missing reference files before deploying agent rules?

Checking for missing reference files involves running a validation skill against your rule definitions. It flags any rules lacking corresponding explanatory Markdown files, ensuring full documentation coverage before deployment.

Why does my knowledge base validation show missing reference documentation for defined rules?

Missing reference documentation occurs when rules are defined but lack corresponding Markdown files in the references directory. The validation process identifies these gaps to maintain comprehensive knowledge base accuracy.

Can I use reference validation for quality assurance in skill management?

Reference validation applies directly to knowledge management and quality assurance processes for AI agent skills. It verifies that documented behaviors have corresponding explanatory files, preventing confusion and ensuring discoverability.

How do I ensure consistency between defined rules and their reference files?

Consistency between rules and reference files is ensured by validating that each rule has a matching Markdown file. The validation reports highlight specific missing files, allowing you to fill documentation gaps systematically.