Expand description
Plugin review via LLM providers.
Reads plugin content (plugin.json, extends-plugin.json, README, skills), builds a structured prompt, sends it to an LLM provider, and optionally saves the resulting review report to disk.
Structs§
- Review
Report - The result of reviewing a plugin with an LLM provider.
Functions§
- build_
plugin_ review_ prompt - Build the structured review prompt from plugin content.
- review_
plugin - Review a plugin using an LLM provider.