·go-code-review
</>

go-code-review

existential-birds/beagle

慣用的なパターン、エラー処理、同時実行の安全性、およびよくある間違いについて Go コードをレビューします。 .go ファイルをレビューしたり、エラー処理、Goroutine の使用法、インターフェイス設計をチェックしたりするときに使用します。

71インストール·0トレンド·@existential-birds

インストール

$npx skills add https://github.com/existential-birds/beagle --skill go-code-review

SKILL.md

| Missing error checks, wrapped errors | references/error-handling.md | | Race conditions, channel misuse | references/concurrency.md | | Interface pollution, naming | references/interfaces.md | | Resource leaks, defer misuse | references/common-mistakes.md |

These patterns are acceptable and should NOT be flagged as issues:

| Missing error check | Error return is actionable (can retry, log, or propagate) | | Goroutine leak | No context cancellation path exists for the goroutine | | Missing defer | Resource isn't explicitly closed before next acquisition or return | | Interface pollution | Interface has > 1 method AND only one consumer exists |

慣用的なパターン、エラー処理、同時実行の安全性、およびよくある間違いについて Go コードをレビューします。 .go ファイルをレビューしたり、エラー処理、Goroutine の使用法、インターフェイス設計をチェックしたりするときに使用します。 ソース: existential-birds/beagle。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/existential-birds/beagle --skill go-code-review
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

go-code-review とは?

慣用的なパターン、エラー処理、同時実行の安全性、およびよくある間違いについて Go コードをレビューします。 .go ファイルをレビューしたり、エラー処理、Goroutine の使用法、インターフェイス設計をチェックしたりするときに使用します。 ソース: existential-birds/beagle。

go-code-review のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/existential-birds/beagle --skill go-code-review インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/existential-birds/beagle