go-vet-check
星标16
分支0
更新时间2026年5月11日 14:23
Run go vet for the current Go project and report actionable diagnostics.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Run go vet for the current Go project and report actionable diagnostics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run go test for the current Go project and summarize failures with actionable context.
Run the headless Neovim integration suite for copilot-agent.nvim and interpret the Plenary test results.
Run Selene with selene.toml against the repository's Lua sources and report actionable diagnostics.
| type | skill |
| lifecycle | stable |
| name | go-vet-check |
| description | Run go vet for the current Go project and report actionable diagnostics. |
| applyTo | **/*.go,go.mod,scripts/check-quality.sh |
Run Go vetting for this project.
Run from the project root:
go vet ./...