From go
General Go development conventions and plugin information. Use when working in Go codebases or needing Go-specific guidance.
npx claudepluginhub haleyrc/claude-plugins --plugin goThis skill uses the workspace's default tool permissions.
The `go` plugin for Claude Code provides a number of utilities for working with Go code.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Share bugs, ideas, or general feedback.
The go plugin for Claude Code provides a number of utilities for working with Go code.
| Event | Matcher | Description |
|---|---|---|
PostToolUse | `Edit | Write` |
| Skill | Description |
|---|---|
go | General Go development conventions and plugin information. Use when working in Go codebases or needing Go-specific guidance. |
checking-coverage | Guidance for checking test coverage in Go. Use when requiring specific information about test coverage for Go files. |
getting-documentation | Guidance for obtaining documentation in Go. Use when requiring documentation on Go entities e.g. packages, modules, types, functions, methods, etc. |