selene-check
星标16
分支0
更新时间2026年4月29日 07:01
Run Selene with selene.toml against the repository's Lua sources and report actionable diagnostics.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Run Selene with selene.toml against the repository's Lua sources and report actionable diagnostics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| type | skill |
| lifecycle | stable |
| name | selene-check |
| description | Run Selene with selene.toml against the repository's Lua sources and report actionable diagnostics. |
| applyTo | lua/**/*.lua,plugin/**/*.lua,tests/**/*.lua,selene.toml |
Run static analysis for the repository's Lua code using the checked-in Selene configuration.
selene.tomllua/, plugin/, or Lua tests and needs static-analysis feedbackRun from the repository root:
selene --config selene.toml lua/ plugin/ tests/
selene.toml as authoritative.luacheck; this skill is specifically for Selene.selene.toml unless the user explicitly asks to modify lint policy.selene is missing on PATH, report that clearly instead of fabricating results.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 the headless Neovim integration suite for copilot-agent.nvim and interpret the Plenary test results.