← スキル一覧に戻る

golang
by forgoty
Collection of dotfiles
⭐ 0🍴 0📅 2026年1月25日
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:
- Read GOLANG-RULES.md for all Go-specific rules
- STRICTLY follow this rules while producing or reviewing a source code
- RESPECT rules by severity: Critical → High → Medium → Low
- 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:
スコア
総合スコア
45/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です


