Goal
SkillFiles & storageCheck the format of a blog file
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/blog.check_format/SKILL.md and read by ahel’s review.
- Check that all the actual and the draft blogs have the correct format
Workflow
Step 1: Find Files
- Look for all the markdown files both
SKILL.mdand<TOPIC>.rules.md> find website/docs/blog/post -name "*.md"
Step 2: Read Context
- Read context about rules from
.claude/skills/blog.rules.md.claude/skills/markdown.rules.md.claude/skills/text.rules.md
Step 3: Check Rules
- For each file apply all the following rules and report violations as described below
Check Front Matter
- Make sure to follow the section
# Blog Document Structurefrom the file.claude/skills/blog.rules.md
Check that Has a TL;DR
- Make sure to follow the section
# Blog Document Structurefrom the file.claude/skills/blog.rules.md
Check for Other Violations
- Use the rules in
.claude/skills/blog.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 in.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
blog-check-format- Source
- github.com/causify-ai/helpers