Back to list
forgoty

golang

by forgoty

Collection of dotfiles

0🍴 0📅 Jan 25, 2026

SKILL.md


name: golang description: Write, test, and maintain Go code following idiomatic patterns, standard library conventions, and Go best practices. Use when working with Go/Golang projects, writing Go code, or reviewing Go implementations.

Go Programming

Write idiomatic, maintainable, and testable Go code following the Go community's established patterns and conventions.

Quick Start

This Skill provides Go-specific coding rules that complement general programming principles. Before any Go coding task:

  1. Read GOLANG-RULES.md for all Go-specific rules
  2. STRICTLY follow this rules while producing or reviewing a source code
  3. RESPECT rules by severity: Critical → High → Medium → Low
  4. Follow idiomatic Go patterns (simplicity, clarity, composition)

When to Use This Skill

  • Writing new Go packages, services, or applications
  • Refactoring existing Go code to be more idiomatic
  • Implementing Go interfaces and type systems
  • Writing table-driven tests with testify
  • Reviewing Go code for style and best practices
  • Structuring Go projects and import organization
  • Working with Go concurrency patterns (goroutines, channels)

Rule Categories Overview

The GOLANG-RULES.md file contains detailed Go-specific rules in these categories:

Score

Total Score

45/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon