Review Skill Format

🌐Community
by pjt222 Β· vlatest Β· Repository

Helps with code review, formatting as part of agent workflows workflows.

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

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

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

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

About This Skill

What it does

The review-skill-format skill allows AI agents to evaluate and provide feedback on the formatting of skills. It can identify missing sections, incorrect markdown syntax, or inconsistencies in style across different skill guides. This ensures that all skills are presented clearly and consistently for users.

When to use it

  • Quality Assurance: Before publishing a new skill guide, use this skill to automatically check its format against established standards.
  • Refactoring Existing Skills: When updating or restructuring existing skills, leverage the review skill to ensure formatting remains correct.
  • Training New Writers: Provide feedback to technical writers on their skill guide drafts using automated analysis.
  • Maintaining Consistency: Regularly scan all skill guides for format errors and inconsistencies across the entire registry.

Key capabilities

  • Identifies missing sections in a skill guide.
  • Checks markdown syntax for correctness.
  • Ensures consistency in formatting style.

Example prompts

  • "Review this skill guide for formatting errors: [skill guide URL]"
  • "Check the markdown syntax of this skill guide draft."
  • "Ensure this skill guide follows our established format guidelines."

Tips & gotchas

The accuracy of the review depends on a well-defined and documented skill guide format. It’s recommended to provide clear formatting guidelines for optimal results.

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
pjt222
Installs
6

🌐 Community

Passed automated security scans.