nvim-integration-tests
Run the headless Neovim integration suite for copilot-agent.nvim and interpret the Plenary test results.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the headless Neovim integration suite for copilot-agent.nvim and interpret the Plenary test results.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Run go test for the current Go project and summarize failures with actionable context.
Run go vet for the current Go project and report actionable diagnostics.
Run Selene with selene.toml against the repository's Lua sources and report actionable diagnostics.
基于 SOC 职业分类
| type | skill |
| lifecycle | stable |
| name | nvim-integration-tests |
| description | Run the headless Neovim integration suite for copilot-agent.nvim and interpret the Plenary test results. |
| applyTo | lua/**/*.lua,plugin/**/*.lua,tests/**/*.lua,tests/minimal_init.lua |
Run the repository's headless Neovim integration suite and interpret the Plenary summary correctly.
tests/integration/setup_spec.luaRun from the repository root:
nvim --headless -u tests/minimal_init.lua -c "PlenaryBustedFile tests/integration/setup_spec.lua" -c qa
nvim binary for the run. Resolve it dynamically from the environment; do not write or rely on a hardcoded absolute path in docs or commands.nvim-nightly from PATH.Success / Failed / Errors summary as the source of truth.In some environments, headless Neovim may print unrelated startup noise from local user configuration before the test summary. Do not mistake that noise for a test failure if the command exits successfully and the Plenary summary reports zero failures.