What problem does it solve?
Plugin authors lack a structured way to audit a local Codex plugin's manifest, nested skills, and code coverage, making it hard to know what to fix first or how versions compare over time.
Core Features & Use Cases
- Plugin Analysis: Runs
plugin-eval analyze against a plugin root containing .codex-plugin/plugin.json and surfaces a prioritized "Fix First" section before detailed findings.
- Benchmarking and Comparison: Initializes starter benchmarks, runs dry-run benchmarks, and compares two JSON outputs to track score trends across versions.
- Report Generation: Exports evaluation results as Markdown or HTML reports for sharing with a team.
- Use Case: Before publishing a plugin, run an evaluation to see the strongest and weakest skills, fix the top issues, then compare the new JSON output against the previous run to confirm improvement.
Quick Start
Ask the assistant to evaluate this plugin by pointing it at the plugin root directory containing the .codex-plugin/plugin.json manifest.