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 ページを確認してインストールできます。
SOC 職業分類に基づく
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.
| 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.