review-skill

Audit SKILL.md files and skill directories for Claude Code conventions.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/nakane1chome/claude-skills --skill review-skill-nakane1chome
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-skill
Source: https://github.com/nakane1chome/claude-skills/tree/main/skills/review-skill
Command: npx skills add https://github.com/nakane1chome/claude-skills --skill review-skill-nakane1chome

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits a SKILL.md file or skill directory for quality, correctness, and alignment with Claude Code conventions, ensuring new skills meet standards before committing.

Core Features & Use Cases

  • Frontmatter validation: checks name, description, and required fields.
  • Prompt structure assessment: ensures multi-stage flow, stage order, and clarity.
  • Effectiveness and risk checks: evaluates practicality, scope, and guardrails.
  • Alignment review: ensures consistency with repository conventions and existing skills.
  • Patch flow: proposes fixes and requires developer approval before applying changes. Use cases include validating a fresh skill and auditing an existing skill for improvements.

Quick Start

Review the target SKILL.md or directory, then propose fixes and await developer confirmation after each stage.

Frequently Asked Questions about review-skill

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

FAQPage Schema
How do I audit a SKILL.md file for quality and convention alignment?

To audit a SKILL.md file, the Skill checks frontmatter validation, prompt structure, effectiveness, and repository alignment. It proposes fixes after each stage and pauses, requiring developer approval before applying any changes to prevent unintended modifications.

What is the best way to validate frontmatter and prompt structure in a skill directory?

The best way to validate frontmatter and prompt structure is auditing the skill directory to check required fields, multi-stage flow, stage order, and clarity. It assesses practicality and guardrails, proposing fixes that require developer approval before they are applied.

Can I review existing skills for improvements without automatic modifications?

Yes, you can audit existing skills for improvements without automatic modifications. The Skill pauses after each review stage and requires explicit developer approval before applying any proposed changes, ensuring you maintain full control over the final output.

Does the skill audit process check for alignment with existing repository conventions?

Yes, the skill audit process checks for alignment with existing repository conventions. It reviews the skill directory to ensure consistency with existing skills, evaluates scope and guardrails, and proposes fixes that require developer approval before they are applied.

When do I need to run a skill quality review before committing?

You need to run a skill quality review before committing when you want to ensure new skills meet Claude Code conventions for correctness and quality. It audits frontmatter, prompt effectiveness, and repository alignment, preventing non-standard skills from being committed.