๐ŸŽฏ

git-commit

๐ŸŽฏSkill

from eduardo-sl/go-agent-skills

VibeIndex|
What it does
|

Part of a curated Go agent skills collection that teaches AI coding agents idiomatic Go practices based on the Uber Go Style Guide and Effective Go, covering code quality, architecture, database patterns, testing, and performance optimization.

๐Ÿ“ฆ

Same repository

eduardo-sl/go-agent-skills(18 items)

git-commit

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add eduardo-sl/go-agent-skills --skill git-commit
skills.sh Installโš  Installs to .agents/skills/
npx skills add eduardo-sl/go-agent-skills --skill git-commit
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/git-commit/SKILL.md

SKILL.md

69Installs
-
AddedApr 13, 2026

More from this repository10

๐ŸŽฏ
go-architecture-review๐ŸŽฏSkill

Go-specific agent skills based on the Uber Go Style Guide, Effective Go, and production experience with large-scale Go services. Helps AI agents write idiomatic Go instead of Java-flavored code, with proper error handling and Go conventions.

๐ŸŽฏ
go-coding-standards๐ŸŽฏSkill

Provides Go coding style conventions covering naming, imports, struct initialization, and formatting, built on the Uber Go Style Guide and Effective Go to help AI agents write idiomatic Go code.

๐ŸŽฏ
go-code-review๐ŸŽฏSkill

Curated AI agent skills for Go projects built on the Uber Go Style Guide and Effective Go, covering code quality, architecture, data, testing, and concurrency. Teaches agents to write idiomatic Go with proper error handling, consumer-side interfaces, and table-driven tests.

๐ŸŽฏ
go-security-audit๐ŸŽฏSkill

Curated AI agent skills for Go projects covering code quality, architecture, testing, security auditing, and performance optimization, built on the Uber Go Style Guide and Effective Go best practices.

๐ŸŽฏ
go-performance-review๐ŸŽฏSkill

Go-specific AI agent skills built on the Uber Go Style Guide and Effective Go, covering code review, error handling, context propagation, interface design, concurrency, testing, database patterns, and performance profiling for idiomatic Go development.

๐ŸŽฏ
go-concurrency-review๐ŸŽฏSkill

A curated collection of AI agent skills for Go projects, teaching idiomatic Go patterns based on the Uber Go Style Guide and Effective Go. Covers code review, error handling, concurrency, testing, context propagation, and performance optimization.

๐ŸŽฏ
go-error-handling๐ŸŽฏSkill

An agent skill for idiomatic Go error handling, covering error wrapping, sentinel errors, custom error types, and the errors.Is/As pattern. Built on the Uber Go Style Guide and Effective Go, it teaches AI agents to write production-quality Go error handling code.

๐ŸŽฏ
go-interface-design๐ŸŽฏSkill

A Go programming skill for proper interface design, part of a curated collection built on the Uber Go Style Guide and Effective Go, teaching agents idiomatic patterns like consumer-side interfaces, error wrapping, and table-driven tests.

๐ŸŽฏ
go-api-design๐ŸŽฏSkill

Go-specific agent skills built on the Uber Go Style Guide and Effective Go, teaching AI agents idiomatic error handling, consumer-side interfaces, table-driven tests, and other Go best practices for production code.

๐ŸŽฏ
go-test-quality๐ŸŽฏSkill

An AI agent skill focused on Go test quality, including table-driven tests, test helpers, coverage analysis, and test organization. Part of a curated Go skills collection built on the Uber Go Style Guide and Effective Go.