One-click install
npx skills add https://github.com/dennislee928/Ethic-Latex --skill skill-review-dennislee928
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-review
Source: https://github.com/dennislee928/Ethic-Latex/tree/main/.claude/skills/skill-review
Command: npx skills add https://github.com/dennislee928/Ethic-Latex --skill skill-review-dennislee928

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that Claude skills are robust, accurate, and up-to-date by performing a systematic audit, preventing issues like broken links, outdated dependencies, and incorrect code.

Core Features & Use Cases

  • Automated Checks: Verifies YAML validity, package versions, broken links, and file organization.
  • Manual Verification: Audits API correctness against official documentation and checks for code example accuracy.
  • Use Case: Before deploying a new skill or when a skill hasn't been updated in months, use this Skill to perform a comprehensive review, identify critical issues, and ensure it meets quality standards.

Quick Start

Review the 'better-auth' skill for any issues or outdated components.

Frequently Asked Questions about skill-review

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

FAQPage Schema
How do I audit Claude skills for code accuracy and outdated dependencies?

To audit Claude skills for code accuracy and outdated dependencies, use a systematic 9-phase process that verifies standards compliance, official documentation, schema consistency, and package currency. This identifies non-existent APIs and broken components.

What is a skill audit and when do I need to run one?

A skill audit is a comprehensive review verifying YAML validity, package versions, and API correctness against official documentation. You need to run one before deploying a new skill or when a skill hasn't been updated in months.

How do I verify API correctness against official documentation for my code?

To verify API correctness against official documentation, run an automated audit that cross-checks schema consistency and code examples. This process flags non-existent APIs and schema mismatches for potential auto-fixing.

Can I automatically fix broken links and YAML validity issues during a code review?

Yes, you can automatically fix broken links and YAML validity issues during a code review. The audit requires read, bash, glob, grep, webfetch, websearch, edit, and write tools for comprehensive analysis and potential auto-fixing.

Does this code review process check for cross-file consistency and dependency currency?

Yes, this code review process checks for cross-file consistency and dependency currency. It ensures standards compliance by verifying that all file organization, package versions, and internal references are up-to-date and accurate.

What are the limitations of automated testing and quality assurance for skill audits?

Automated testing and quality assurance for skill audits require webfetch and websearch tools to verify external official documentation, meaning audits cannot fully validate API correctness offline without access to live documentation sources.