Skill Review

🌐Community
by ovachiever · vlatest · Repository

Analyzes user's skills & experience from documents to identify gaps and suggest targeted learning resources.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add ovachiever-skill-review npx -- -y @trustedskills/ovachiever-skill-review
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "ovachiever-skill-review": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/ovachiever-skill-review"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Skill Review skill provides a systematic process for auditing skills within the claude-skills repository. It combines automated technical validation and AI-powered verification to ensure skills remain accurate, current, and high quality. The audit involves a 9-phase process including checking standards compliance, verifying official documentation, and examining code patterns. This skill was successfully used to audit the "better-auth" skill, identifying and correcting numerous issues.

When to use it

  • When investigating suspected problems with an existing skill.
  • After major package version updates that may impact a skill (e.g., better-auth 1.x to 2.x).
  • If a skill hasn't been verified in over 90 days.
  • Before submitting a skill to the marketplace.
  • When users report errors following a skill’s instructions.
  • If examples within a skill seem outdated or contradictory.

Key capabilities

  • Automated technical validation of skills.
  • AI-powered verification for accuracy and currency.
  • 9-phase systematic audit process.
  • Verification of API patterns using Context7 MCP or WebFetch.
  • Checking package versions against the npm registry.

Example prompts

  • /review-skill better-auth
  • "I'm having trouble with better-auth and D1. Could you review it?"
  • "The better-auth skill was last verified 6 months ago. Would you like me to review it?"

Tips & gotchas

  • Requires local installation of the skill using ./scripts/install-skill.sh <skill-name>.
  • The audit process can take a significant amount of time (potentially over an hour).
  • Relies on external services like Context7 MCP or WebFetch for documentation verification.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ovachiever
Installs
33

🌐 Community

Passed automated security scans.