Reads a Neovim plugin repo the way a reviewer would and prints file:line findings for the small conventions well-behaved plugins converge on — missing lua/<plugin>/health.lua, absent :checkhealth entry point, undocumented setup(), no lazy-loading hint, and similar. Findings are graded Must Fix / Should Fix / Consider; suppressions require an inline reason so drift stays visible in review.