validate
Run quality checks on a Metalsmith plugin to ensure it meets standards for structure, tests, documentation, and performance.
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). |