review-go

Installation
SKILL.md

Go Backend Code Review

Arguments

  • --parallel: Review each technology area concurrently if the agent supports it (see Step 5)
  • Path: Target directory (default: current working directory)

Step 1: Identify Changed Files

git diff --name-only $(git merge-base HEAD main)..HEAD | grep -E '\.go$'

Pass condition: If this prints nothing, state No Go files in this diff in the summary and skip Steps 2–6; do not invent findings for out-of-scope files.

Step 2: Detect Technologies

Installs
39
GitHub Stars
68
First Seen
Apr 3, 2026
review-go — existential-birds/beagle