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.