go-write とは?
Go コードを記述するためのパターンと規則。 API 設計、エラー処理、同時実行性、インターフェイス、安全性、パフォーマンス、命名、テスト、機能オプション、ロギング、決定論的シミュレーション テストをカバーします。 ソース: stuckinforloop/harness。
Go コードを記述するためのパターンと規則。 API 設計、エラー処理、同時実行性、インターフェイス、安全性、パフォーマンス、命名、テスト、機能オプション、ロギング、決定論的シミュレーション テストをカバーします。
コマンドラインで go-write AI スキルを開発環境にすばやくインストール
ソース: stuckinforloop/harness。
| api-design | Export permanence, signature immutability, parameter objects, result objects | | errors | Handle-once, sentinel/structured/opaque strategy, wrapping, naming | | interfaces | Small interfaces, compile-time checks, consumer-side, upcasting, driver pattern |
| concurrency | Mutex placement, channel sizing, goroutine lifecycle, context cancellation | | worker-pools | Channel-based pools, context cancellation, WaitGroup shutdown | | safety | Defer cleanup, type assertions, no panic, copy at boundaries | | performance | strconv over fmt, pre-allocation, strings.Builder |
| naming | Package naming, unexported global prefix, import aliases, receiver names | | declarations | Short declarations, nil slices, zero-value structs, field names | | organization | Import grouping, function ordering, early returns, line length | | testing | Table-driven tests, subtests, testify, go.uber.org/goleak |
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/stuckinforloop/harness --skill go-writeGo コードを記述するためのパターンと規則。 API 設計、エラー処理、同時実行性、インターフェイス、安全性、パフォーマンス、命名、テスト、機能オプション、ロギング、決定論的シミュレーション テストをカバーします。 ソース: stuckinforloop/harness。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/stuckinforloop/harness --skill go-write インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/stuckinforloop/harness