Skip to main content
Run any Skill in Manus
with one click

go-review

Stars2
Forks0
UpdatedJuly 4, 2026 at 04:58

Go の diff を「設計レベル」だけレビューする skill。狙うのは table-driven test への押し戻し、レイヤ越境疑い (adapter / controller / listener / repository の責務違反)、トランザクション境界 (`defer tx.Rollback()` 漏れ含む)、テストケース名 / コードコメントの言語整合。「go レビューして」「table-driven にして」「なぜ分けている」「listener の責務」「もっとシンプルに (Go)」等で必ず発動する。golangci-lint v2 / depguard / forbidigo / gofumpt / gci がカバーする領域 (import 順 / レイヤ違反 / 固有禁止 API / フォーマット / err 包み忘れ / 未使用変数) は対象外 — 重複指摘は明確に嫌われているので踏み込まない。常に report-only。

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly