Goal
SkillFiles & storageCheck a file against convention rules need to be applied
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_against_rules/SKILL.md and read by ahel’s review.
- Find the violations of the rules that apply to the given file
<FILE>and create a plan to fix them
Workflow
Select Rules
- Given the file passed by the user
<FILE> - If the user specifies a set of rules, apply those
- Otherwise, read
@.claude/rules.md, which maps file types to the set of rules to use- Find what rule files
<RULE_FILE>apply to<FILE> - Print the file that needs to be used as
Rules: <RULE_FILE>
- Find what rule files
Read Rules
- Read
<RULE_FILE> - Check the rules from
<RULE_FILE>one by one on<FILE> - List the ones that are not satisfied, in order of importance and effort
Save the Plan to File
- Do not implement any change; create
<FILE>.plan.mdto describe all the transformations needed to follow the rules without changing the content or intention of<FILE>
Verification
-
<FILE>itself was not modified -
<FILE>.plan.mdlists every violation found, ordered by importance and effort - The plan does not change the content or intention of
<FILE>
Signals
- GitHub stars
- 145
- Forks
- 160
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
skill-check-against-rules- Source
- github.com/causify-ai/helpers