Skill Reviewer

🌐Community
by daymade · vlatest · Repository

This Skill Reviewer analyzes your skills for clarity, completeness, and potential improvements, boosting their quality and effectiveness.

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 skill-reviewer npx -- -y @trustedskills/skill-reviewer
2

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

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

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

About This Skill

skill-reviewer

What it does

This skill enables AI agents to critically evaluate code, documentation, and other artifacts against specific criteria or best practices. It acts as a quality gate, identifying errors, inconsistencies, or areas for improvement before work is finalized.

When to use it

  • Before committing code changes to ensure they meet project standards.
  • To validate generated documentation for accuracy and clarity.
  • During the review phase of a development workflow to catch edge cases.
  • When verifying that AI-generated outputs align with defined constraints.

Key capabilities

  • Performs critical evaluation of various content types including code and text.
  • Checks artifacts against user-defined criteria or established best practices.
  • Identifies specific errors, inconsistencies, and opportunities for enhancement.

Example prompts

  • "Review this Python script for potential security vulnerabilities and performance bottlenecks."
  • "Evaluate the following technical documentation for clarity and completeness based on our style guide."
  • "Critique this proposed feature implementation against the system's architectural constraints."

Tips & gotchas

Ensure you provide clear criteria or context about the specific standards the agent should apply during its review. The skill relies on the quality of the input artifacts; providing well-structured code or text yields more actionable feedback.

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
daymade
Installs
92

🌐 Community

Passed automated security scans.