원클릭으로
go
Use for Go changes in Neva: authoring, refactoring, debugging, or review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use for Go changes in Neva: authoring, refactoring, debugging, or review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use for Neva source or snippets: authoring, refactoring, debugging, or review.
Use for focused review of a Neva pull request, branch, diff, or patch.
Prepare a Neva GitHub release draft from merged PRs, previous release style, and local multi-platform artifacts. Use this for monthly release preparation in nevalang/neva.
A systematic approach to refactoring complex codebases.
Convert Neva programs to valid Mermaid flowchart diagrams. Use when asked to visualize Neva code as Mermaid.
Create a Discord-ready Neva release announcement from a GitHub release payload. Use for official Neva Discord release posts.
| name | go |
| description | Use for Go changes in Neva: authoring, refactoring, debugging, or review. |
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.