home / skills / pproenca / dot-skills / missing-references
This skill validates reference consistency by identifying missing reference files for rules listed in Quick Reference and reports gaps.
npx playbooks add skill pproenca/dot-skills --skill missing-referencesReview the files below or copy the command above to add this skill to your agents.
---
name: missing-references
description: This skill references rules that do not have corresponding files in the references directory.
---
# Missing References Skill
This skill has rules in Quick Reference that are missing reference files.
## Quick Reference
### 1. Example Category (CRITICAL)
- `missing-rule-one` - This rule has no reference file
- `missing-rule-two` - This rule also has no reference file
- `existing-rule` - This rule has a reference file
## How to Use
This skill is used for testing reference consistency validation.
This skill checks for rules listed in a Quick Reference that do not have corresponding reference files in the references directory. It highlights mismatches so you can keep rule documentation and reference files synchronized. Use it to surface missing reference files and avoid broken links or incomplete rule sets.
The skill parses the Quick Reference section to extract rule identifiers and then scans the references directory for files that match those identifiers. It reports any identifiers present in the Quick Reference that lack a corresponding file, and marks rules that are covered by existing reference files. The output is a concise list of missing and existing references for easy remediation.
Does the skill modify files or create missing references automatically?
No. The skill reports missing references but does not create or modify files. Use its output to decide whether to add or scaffold reference files.
What counts as a match between a Quick Reference rule and a reference file?
A match requires the rule identifier in the Quick Reference to correspond exactly to a reference filename or a clearly defined mapping convention in your project.