Back to list
philoserf

evaluator

by philoserf

Comprehensive Claude Code configuration with agents, skills, hooks, and automation

4🍴 0📅 Jan 22, 2026

SKILL.md


name: evaluator description: Quick structural validation of Claude Code customizations. Checks YAML syntax, required fields, naming conventions, and file organization. Use for fast correctness checks; use specialized *-audit skills for deep best-practices analysis. allowed-tools: [Read, Glob, Grep, Bash]

model: haiku


Reference Files

Detailed evaluation guidance:


Focus Areas

  • YAML Frontmatter Validation - Required fields, syntax correctness, field values
  • Markdown Structure - Organization, readability, formatting consistency
  • Tool Permissions - Appropriateness of allowed-tools, security implications
  • Description Quality - Clarity, completeness, trigger phrase coverage
  • File Organization - Naming conventions, directory placement, reference structure
  • Progressive Disclosure - Context economy, reference file usage
  • Integration Patterns - Compatibility with existing customizations, settings.json health

Approach

When evaluating a Claude Code customization, this skill follows a systematic process:

  1. Read and parse the target file(s) to extract structure and content
  2. Validate YAML frontmatter for required fields and correct syntax
  3. Apply type-specific validation criteria (agent/skill/command/hook/output-style)
  4. Assess context economy and progressive disclosure usage
  5. Verify tool permissions match actual tool usage
  6. Check integration with settings.json and other customizations
  7. Generate structured report with specific findings and recommendations
  8. Prioritize issues by severity (correctness > clarity > effectiveness)

Detailed criteria, process steps, and examples are available in the reference files above.

Tools Used

This skill uses read-only tools for analysis:

  • Read - Examine file contents
  • Grep - Search for patterns across files
  • Glob - Find files by pattern
  • Bash - Execute read-only commands (ls, cat, head, tail, git log, etc.)

No files are modified during evaluation. Reports can be saved to ~/.claude/logs/evaluations/ by the invoking command or skill.

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon