Skip to main content

Module plugin

Module plugin 

Source
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§

ReviewReport
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.