skill-reviewer-and-enhancer

Audit and enhance Claude Code skills for Anthropic best practices.

6|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/hopeoverture/worldbuilding-app-skills --skill skill-reviewer-and-enhancer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-reviewer-and-enhancer
Source: https://github.com/hopeoverture/worldbuilding-app-skills/tree/main/skills/utilities/skill-reviewer-and-enhancer
Command: npx skills add https://github.com/hopeoverture/worldbuilding-app-skills --skill skill-reviewer-and-enhancer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps teams quickly audit Claude Code skills to ensure they follow Anthropic best practices, have solid structure, and include all necessary resources. It analyzes skill quality, identifies gaps, and can automatically apply improvements to align with current standards.

Core Features & Use Cases

  • Quality audit: analyzes skill structure, frontmatter, and resource presence.
  • Best-practice enforcement: checks for imperative style, third-person voice, and trigger terms.
  • Auto-enhancement: updates SKILL.md and assets to reflect updated patterns.
  • Production readiness checks: validates skills before deployment to ensure compliance with standards.

Quick Start

Provide the skill path to review (e.g., skills/development/api-contracts-and-zod-validation), then run the review process: python scripts/analyze_skill_structure.py --skill skills/development/api-contracts-and-zod-validation

Frequently Asked Questions about skill-reviewer-and-enhancer

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

FAQPage Schema
How do I audit Claude Code skills to ensure they follow best practices?

Audit Claude Code skills by running the analyze_skill_structure.py script against your skill directory. The tool validates frontmatter, naming conventions, description quality, imperative instruction style, and resource presence, then reports compliance gaps against Anthropic standards.

What structure and resources should a Claude Code skill include?

A compliant Claude Code skill requires proper frontmatter, imperative-style documentation, third-person voice in descriptions, trigger terms, domain-specific best practices, and referenced assets. The audit identifies missing components and structural violations before deployment.

Can I automatically fix skill quality issues during review?

Yes, the skill-reviewer-and-enhancer applies automated improvements to SKILL.md and assets to align with current Anthropic standards. It modernizes descriptions, updates resources, and corrects structure to meet production-readiness requirements.

How do I validate skills before deploying them to production?

Use the production readiness checks built into the audit process. The tool validates all compliance requirements—frontmatter integrity, naming conventions, documentation quality, and resource references—to confirm skills meet Anthropic standards before deployment.

What does imperative instruction style mean for Claude Code skill descriptions?

Imperative style uses action-oriented commands and clear directive language in skill documentation. The audit enforces this pattern alongside third-person voice and trigger terms to ensure consistent, professional skill descriptions aligned with Anthropic guidelines.