What problem does it solve?
Provides a read-only, structured gap analysis that shows which quality dimensions, CI jobs, and project hooks are missing or misconfigured in a Neovim Lua plugin, so maintainers can prioritize improvements before making changes.
Core Features & Use Cases
- Project inventory and detection: Detects common Neovim Lua project layout (lua/, plugin/, tests/, doc/) and identifies test frameworks and config files like selene.toml and .stylua.toml.
- Methodology comparison: Compares the repository against the 9-dimension quality methodology and an analysis checklist to highlight coverage gaps and thresholds that are not met.
- CI and hook coverage audit: Verifies expected CI jobs and repository hooks (SessionStart, PostToolUse, Stop) and produces actionable recommendations for missing or weak checks.
Quick Start
Ask the skill to perform a read-only audit of your repository and report dimension-by-dimension coverage gaps and recommended fixes.