review-plugin

Audit plugin directories for structure, manifests, and cross-references.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tvishwanadha/skills --skill review-plugin-tvishwanadha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-plugin
Source: https://github.com/tvishwanadha/skills/tree/main/.claude/skills/review-plugin
Command: npx skills add https://github.com/tvishwanadha/skills --skill review-plugin-tvishwanadha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams maintain plugin quality by auditing directories for proper structure, valid manifests, and coherent cross-references.

Core Features & Use Cases

  • Structure verification across plugins to ensure consistent layout and required files.
  • Manifest validation to confirm name, version, description, author, and license are correctly declared.
  • Cross-reference and hook checks to ensure plugin components interoperate safely and predictably.
  • Use Case: Before releasing a suite of plugins, run an repository-wide review to catch misconfigurations and broken links.

Quick Start

Run a full audit on a plugin directory by pointing the argument to the target plugin folder.

Frequently Asked Questions about review-plugin

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

FAQPage Schema
How do I audit plugin directories for structure and manifest validity?

To audit plugin directories, point the skill argument at the target plugin folder to review manifest validity, cross-references, hooks, MCP configuration, security, and file organization requirements across individual plugins or entire repositories.

What does a plugin structure verification check include?

Plugin structure verification checks ensure a consistent layout and confirm required files are present. The audit validates manifests for correct name, version, description, author, and license declarations, and verifies that cross-references and hooks interoperate safely.

Can I review an entire repository of plugins for compliance at once?

Yes, you can run a repository-wide review to audit entire directories for compliance. This catches misconfigurations and broken links across a suite of plugins before release by checking structure, manifests, and cross-references.

How do plugin cross-references and hooks get validated for safe interoperability?

Cross-reference and hook checks validate that plugin components interoperate safely and predictably. The audit verifies that internal references resolve correctly and hook configurations meet security and structural requirements.

When should I run a plugin manifest and security audit?

Run a plugin manifest and security audit before releasing a suite of plugins to catch misconfigurations, broken links, and invalid declarations. It verifies MCP configuration, file organization, and hook safety requirements.