skill-review

Audit claude-skills repositories for documentation, code, and pattern issues.

961|99|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/jezweb/claude-skills --skill skill-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-review
Source: https://github.com/jezweb/claude-skills/tree/main/skills/skill-review
Command: npx skills add https://github.com/jezweb/claude-skills --skill skill-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the manual effort of reviewing and maintaining Claude Skills documentation, ensuring they remain accurate, up-to-date, and functional.

Core Features & Use Cases

  • Systematic 9-Phase Audit: Comprehensive review covering standards compliance, official docs verification, code accuracy, and cross-file consistency.
  • Automated Issue Detection: Identifies critical problems like fake APIs, stale methods, and version drift.
  • Use Case: When a major package like better-auth releases v2.0, use this Skill to automatically audit the skill, find 6 critical issues, and implement fixes with evidence-based recommendations.

Quick Start

Review the better-auth skill for any documentation issues or outdated patterns.

Frequently Asked Questions about skill-review

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

FAQPage Schema
How do I automate documentation reviews for Claude Skills?

Automate documentation reviews by running systematic audits that check YAML frontmatter validity, version currency, broken links, code example accuracy, and cross-file consistency. This Skill applies audits during major package updates, when last-verified dates exceed 90 days, or before marketplace submission to identify and fix documentation issues automatically.

What issues can automated skill audits detect?

Automated audits detect YAML syntax errors, outdated tool versions, broken links, stale API methods, code pattern drift, TODO markers, file organization problems, and dependency misalignment. Each issue receives a severity score—CRITICAL, HIGH, MEDIUM, or LOW—enabling prioritized fixes with evidence-based recommendations.

When should I run an audit on a Claude Skill?

Run audits when major package dependencies release new versions, when last-verified dates exceed 90 days, before submitting to marketplace, or when you suspect version drift between documentation and implementation. Systematic audits ensure code examples remain accurate and production usage patterns align with current APIs.

Can this Skill automatically fix documentation and code issues?

Yes, the Skill auto-fixes unambiguous issues like correcting YAML syntax, updating stale version references, and removing obsolete code patterns. Manual verification is required for API method correctness and schema consistency; the Skill provides evidence-based recommendations to guide those decisions.

What's the difference between automated and manual verification in skill audits?

Automated checks verify YAML syntax, tool versions, link validity, and file organization without human review. Manual verification validates API method correctness against official documentation, confirms production usage, and checks schema consistency—tasks requiring domain knowledge that automated tools cannot perform reliably.

How does this Skill handle version mismatches between documentation and code?

The Skill detects version drift through a 9-phase audit covering standards compliance, official documentation alignment, code accuracy verification, and cross-file consistency checks. It identifies mismatches between documented tool versions and actual dependency declarations, then recommends version-bump workflows with fix evidence.