From Golang Development
Audit existing Go and Golang codebases, pull requests, diffs, packages, services, CLIs, tests, build pipelines, and repository layouts against idiomatic Go development guidance. Use when reviewing, auditing, assessing, evaluating, inspecting, checking best-practice compliance, finding violations, identifying risks, or producing findings for already-built Go code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/golang-development:golang-code-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Determine the audit scope: whole repo, diff, package, command, service, tests, CI/build, or release path.
go.mod, go.work, package layout, relevant source files, tests, build scripts, and configured quality commands before judging.golang-planning-layout for module layout, package boundaries, command structure, and naming.golang-architecture-patterns for dependency direction, interfaces, services, adapters, repositories, APIs, and concurrency boundaries.golang-implementation-idioms for naming, errors, context, nil handling, generics, comments, and standard library usage.golang-testing for coverage gaps, test boundaries, fakes, determinism, benchmarks, fuzzing, and race checks.golang-quality-linting for format, vet, static analysis, security, linter configuration, and completion gates.golang-build-deploy for release, packaging, Docker, CI, runtime config, graceful shutdown, and deployment readiness.Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub zate/golang-development --plugin golang-development