What problem does it solve? Neovim configurations silently accumulate deprecated API calls, archived plugins, and startup bottlenecks as the editor evolves across releases. This Skill audits a config against version-matched official documentation and reports findings with evidence, without editing any files or launching Neovim. ## Core Features & Use Cases - Version-anchored audit: Resolves the target Neovim version from user request, repository pins (Nix flake, .tool-versions), or the installed binary, then gates every finding on that version. - Four review lenses: Checks modern API adoption (vim.lsp.config, vim.pack), deprecated/removed APIs with grep patterns, startup and runtime performance, and runtimepath directory architecture. - Verified, sourced findings: Every finding includes path:line, offending code, the official replacement, and a source (:h tag or URL), grouped by High/Medium/Low severity. - Use Case: After upgrading to Neovim 0.12, run this Skill on your dotfiles repo to find calls like vim.diagnostic.goto_next() or the removed vim.diff(), plus archived plugins such as packer.nvim, and get a migration report. ## Quick Start Ask the AI to review the Neovim configuration in this repository for deprecated APIs and compatibility with the installed Neovim version.