ワンクリックで
golang
Go, golang, .go, go.mod, gofmt, go test -> use when editing, reviewing, or implementing Go code.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Go, golang, .go, go.mod, gofmt, go test -> use when editing, reviewing, or implementing Go code.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | golang |
| description | Go, golang, .go, go.mod, gofmt, go test -> use when editing, reviewing, or implementing Go code. |
Prefer repository-local conventions, package structure, naming, and test style before applying general guidance.
fmt.Errorf("...: %w", err) when crossing boundaries; preserve sentinel errors for errors.Is/errors.As.context.Context for request-scoped work, I/O, RPC, database calls, and goroutines that need cancellation.gofmt, go test ./... or targeted packages, go vet, and staticcheck when the repo uses it.Onboard project or init project safely: prepare the active repository with agent state, a full persistent codebase-memory index, evidence-based AGENTS.md handling, and safe check reporting.
Backend implementation protocol. Use by backend agents when editing assigned server-side slices.
Code review protocol. Use when reviewing final diffs against .agents/PLAN.md.
Failure routing protocol. Use when routing test or review failures to the correct agent.
Frontend implementation protocol. Use by frontend agents when editing assigned UI slices.
Performance review checklist. Use for database, API, rendering, caching, loops, network calls, bundle, and runtime risks.