julien-dev-skill-reviewer

Evaluate Claude Skills by analyzing SKILL.md files and references against a nine-dimension rubric.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/theflysurfer/claude-skills-marketplace --skill julien-dev-skill-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: julien-dev-skill-reviewer
Source: https://github.com/theflysurfer/claude-skills-marketplace/tree/main/skills/julien-dev-skill-reviewer
Command: npx skills add https://github.com/theflysurfer/claude-skills-marketplace --skill julien-dev-skill-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables systematic evaluation and improvement of Claude Skills using a multi-step review workflow.

Core Features & Use Cases

  • 9-dimension rubric: evaluates clarity, completeness, discoverability, context efficiency, actionability, resource organization, examples, skill chaining, and error handling
  • Plan & refactor: proposes a prioritized plan with required fixes
  • Progressive disclosure: supports references to add context without bloating SKILL.md

Quick Start

Run the reviewer on a given SKILL.md directory to generate a markdown review report.

Frequently Asked Questions about julien-dev-skill-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review the quality of my Claude Skill definition?

Quality review evaluates your SKILL.md against a nine-dimension rubric covering clarity, completeness, discoverability, context efficiency, actionability, resource organization, examples, skill chaining, and error handling. Run the reviewer on your skill directory to generate a structured report with scores and refactoring priorities.

What makes a SKILL.md production-ready?

Production-ready skills meet frontmatter validation, structured organization, progressive disclosure via references/, one-level reference depth, error-handling guidance, and automated tooling compatibility. The reviewer checks these standards and flags violations so you can refactor systematically.

How do I reduce DRY violations and duplication in my skill definition?

The reviewer detects repeated content, redundant explanations, and DRY violations across your SKILL.md and references tree. It proposes a refactoring plan prioritizing which duplications to remove first and how to restructure content for clarity without repetition.

Can I use progressive disclosure in my skill without bloating the main definition?

Yes. The reviewer supports progressive disclosure through a references/ directory tree. Content moves to references while SKILL.md stays focused, reducing cognitive load while maintaining full context availability for users who need it.

What does the nine-dimension scoring rubric evaluate?

The rubric scores clarity, completeness, discoverability, context efficiency, actionability, resource organization, examples, skill chaining, and error handling across use cases and edge cases. Each dimension receives a score, and low-scoring areas drive the refactoring plan.

Do I need to restructure my skill directory to run the reviewer?

Your skill must contain a SKILL.md file and a references/ directory. The reviewer analyzes YAML frontmatter, content structure, and reference organization to generate a quality report and actionable refactoring steps.