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.