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
Workflow
Find Files
- Look for all the markdown files, both
SKILL.mdand<TOPIC>.rules.md> find .claude/skills -name "*.md"
Read Context
- Read context about rules from
.claude/skills/skill.rules.md
Check Rules
- For each file, apply all the following rules and report violations as described below
Check Files Existence
- Make sure the file follows
.claude/skills/skill.rules.md# SKILL.md File Format
Check Header References
- Make sure the file follows
.claude/skills/skill.rules.md# References and Dependencies
Check for Other Violations
- Use the rules in
.claude/skills/skill.rules.mdto look for clear violations - Report a violation only when certain it is one
Report Violations
- Report all the violations in a file
cfileusing the format.claude/skills/cfile.rules.md
Ask the User Which Problems to Fix
- Ask the user which problems to fix by printing a numbered list of problems
Verification
- Every file under
.claude/skillsmatchingSKILL.mdor<TOPIC>.rules.mdwas checked -
cfilefollows the format in.claude/skills/cfile.rules.md - Every reported violation is one the reviewer is confident about
Signals
- GitHub stars
- 145
- Forks
- 160
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
skill-check-refs- Source
- github.com/causify-ai/helpers