reviewing-skills

Review agent skills against Claude best practices for compliance and structure.

2|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/taisukeoe/agentic-ai-skills-creator --skill reviewing-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-skills
Source: https://github.com/taisukeoe/agentic-ai-skills-creator/tree/main/plugins/skills-helper/skills/reviewing-skills
Command: npx skills add https://github.com/taisukeoe/agentic-ai-skills-creator --skill reviewing-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Comprehensive review of agent skills to ensure compliance with Claude's official best practices, focusing on naming, description quality, structure, progressive disclosure, and reference organization.

Core Features & Use Cases

  • Compliance checks: Naming (gerund form), description quality, size, and structure
  • Progressive disclosure verification: Level 1/2/3 loading checks
  • Content quality assessment: Assess clarity, conciseness, and redundancy
  • Actionable feedback: Provide prioritized improvements and concrete examples

Quick Start

Ask Claude to review a skill at a path like .claude/skills/my-skill/ and receive a detailed report with priorities.

Frequently Asked Questions about reviewing-skills

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

FAQPage Schema
How do I review a Claude skill for compliance with best practices?

Reviewing a skill checks naming conventions, description quality, file structure, and progressive disclosure against Claude's official standards. Provide the skill directory path to receive a detailed compliance report with prioritized actionable feedback on structure, naming, and content organization.

What does progressive disclosure mean in skill structure?

Progressive disclosure organizes skill content into three levels: Level 1 introduces core functionality, Level 2 expands with details, and Level 3 provides advanced options. The review validates that each level loads appropriately and content increases in complexity without overwhelming users initially.

What naming and description requirements apply to skills?

Skills must use gerund form for names (e.g., reviewing-skills), maintain concise descriptions free of redundancy, and follow consistent structure. The review identifies violations like passive voice, unclear wording, or oversized sections that compromise clarity.

Can I use this skill to audit multiple skills in a repository?

Yes, the skill parses YAML frontmatter and validates SKILL.md files, directory structure, and reference organization across skill repositories. It generates prioritized feedback applicable to analyzing multiple skills systematically for compliance.

What reference quality issues does the review identify?

The review assesses reference depth, organization, and relevance to ensure supporting materials enhance skill understanding without redundancy. It flags missing, shallow, or disorganized references that weaken instructional clarity.

What makes a skill description effective versus oversized?

Effective descriptions are concise, avoid repetition between sections, and progress from core features to implementation details. The review identifies oversized sections, redundant phrasing, and structural violations that dilute messaging and user comprehension.