saifoelloh/golang-best-practices-skill

Production-ready Go code review skill for AI agents based on authoritative sources

15Stars on the repository
10Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

saifoelloh/golang-best-practices-skill

Skill Claude CodeCodex

Comprehensive Go + GORM + PostgreSQL review meta-skill. Coordinates 9 specialized domain skills for fullstack Go application audits. Covers concurrency, architecture, idioms, queries, SQL performance, and migration safety.

not rated 15 6mo ago A 53 tokens original MIT

saifoelloh/golang-best-practices-skill

Skill Claude CodeCodex needs its repo

Clean Architecture audit for Go services. Use when reviewing layered architecture, dependency rules, or gRPC/usecase/repository patterns. Ensures proper separation of concerns and dependency inversion.

not rated 15 6mo ago A 41 tokens original MIT

saifoelloh/golang-best-practices-skill

Skill Claude CodeCodex

Go concurrency safety review. Use when checking goroutines, channels, race conditions, or synchronization. Detects goroutine leaks, deadlocks, race conditions, and unsafe channel operations.

not rated 15 6mo ago A 43 tokens original MIT

saifoelloh/golang-best-practices-skill

Skill Claude CodeCodex needs its repo

Go design patterns and refactoring skill. Use when refactoring complex code, reducing technical debt, or applying design patterns. Detects code smells and suggests pattern-based solutions.

not rated 15 6mo ago A 40 tokens original MIT

saifoelloh/golang-best-practices-skill

Skill Claude CodeCodex

Unified Go + GORM + PostgreSQL error handling review. Covers error wrapping, context propagation, PostgreSQL error codes (23505, 40001), errors.Is/As mapping, and retry logic. Ensures proper error chains and robust database failure recovery.

not rated 15 6mo ago A 60 tokens original MIT

saifoelloh/golang-best-practices-skill

Skill Claude CodeCodex

GORM ORM query pattern review for PostgreSQL. Use when reviewing or writing Go database code using GORM — covers N+1, Preload vs Joins, transactions, error checking, Save vs Updates, and context propagation. Trigger on any GORM method usage.

not rated 15 6mo ago A 63 tokens original MIT

golang-idiomatic-go

07

saifoelloh/golang-best-practices-skill

Skill Claude CodeCodex needs its repo

Idiomatic Go style and best practices review. Use when checking interface design, pointer usage, or Go-specific idioms. Ensures code follows standard Go conventions and readability principles.

not rated 15 6mo ago A 42 tokens original MIT

saifoelloh/golang-best-practices-skill

Skill Claude CodeCodex

Database migration safety review for GORM + PostgreSQL. Use when writing or reviewing schema changes, AutoMigrate usage, ALTER TABLE statements, or index creation. Covers zero-downtime patterns, NOT NULL backfill, CONCURRENTLY indexes, idempotency, and rollback files.

not rated 15 6mo ago A 65 tokens original MIT

saifoelloh/golang-best-practices-skill

Skill Claude CodeCodex

PostgreSQL SQL syntax review for Go/GORM projects. Use when writing or reviewing raw SQL used via db.Raw(), db.Exec(), or migrations. Covers placeholder style, reserved keyword quoting, RETURNING, ILIKE, JSONB operators, and type casting. Don't use for MySQL or SQLite.

not rated 15 6mo ago A 68 tokens original MIT

saifoelloh/golang-best-practices-skill

Skill Claude CodeCodex

GORM + PostgreSQL query performance review. Use when optimizing slow queries, designing indexes, analyzing N+1 patterns, or configuring connection pools. Trigger on "slow", "optimize", "index", "EXPLAIN", "N+1", or performance degradation.

not rated 15 6mo ago A 61 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: