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 ./...