Goal
SkillFiles & storageCheck the references in all the skill files
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Goal skill
What this skill tells your AI
The instructions your AI receives, as published by causify-ai/helpers in .claude/skills/skill.check_refs/SKILL.md and read by ahel’s review.
- Check that all the skill and rule files have references
Step 1: Find Files
- Look for all the markdown files both
SKILL.mdand<TOPIC>.rules.md> find .claude/skills -name "*.md"
Step 2: Read Context
- Read context about rules from
.claude/skills/skill.rules.md
Step 3: Check Rules
- For each file apply all the following rules and report violations as described below
Check Files Existence
- Make sure that the file follows the section
## File Formatfrom the file.claude/skills/skill.rules.md
Check Header References
- Make sure that the file follows the section
## References and Dependenciesfrom the file.claude/skills/skill.rules.md
Check for Other Violations
- Use the rules in
.claude/skills/skill.rules.mdto look for clear violations - Report them only if you are really sure about it
Step 4: Report Violations
- Report all the violations in a file
cfileusing the format.claude/skills/cfile.rules.md
Step 5: Ask Users Whether to Fix the Problems
- Ask for the user which problems should be fixed by printing a list of problem with indices
Signals
- GitHub stars
- 145
- Forks
- 159
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
skill-check-refs- Source
- github.com/causify-ai/helpers