Use for Go changes in Neva: authoring, refactoring, debugging, or review.
80
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use this skill for changes touching *.go. Read the matching developer
documentation named by AGENTS.md before editing.
.golangci.yml, go.mod, and existing
code patterns.go.mod as the version ceiling for Go features and stdlib APIs.gofmt on changed Go files.nolint directives. If suppression is
unavoidable, keep it narrowly scoped to the exact line/rule and add a short
justification.Makefile targets for standard checks when applicable._. Either return an error
(wrapping when useful) or handle it locally; do not report an error and then
continue as though it were handled.internal/runtime/funcs/**, follow
docs/developer/runtime-functions.md.a0a5c5f
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.