Skip to main content
Code Guide
Skill Recommended

eval-rules/

Audit .claude/rules/: resolves glob patterns against real files, interactive usefulness review

When to use this

  • When auditing .claude/rules/ to check glob patterns actually match project files
  • After a project restructure when rules may point to renamed or moved files
  • When rules are firing too broadly or never triggering at all

How to use

  1. Open the template on GitHub and copy its content: skills/eval-rules/SKILL.md
  2. Place the file inside .claude/skills/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Edit the Markdown content to match your project conventions, team constraints, and specific context.

Related templates