validate
Check a Metalsmith plugin for quality by running a customizable set of standards, including structure, tests, docs, performance, and security checks.
Instructions
Check an existing Metalsmith plugin against quality standards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the plugin directory | |
| checks | No | Specific checks to perform. Use metalsmith-patterns for plugin-specific validations. | |
| functional | No | Run functional checks (executes test/coverage commands rather than just inspecting config). |