go-code-review
Go Code Review Skill
Systematic, read-only analysis of Go codebases and pull requests across 6 structured phases. Every phase is mandatory because small changes cause large bugs and skipping phases misses race conditions, compilation errors, and edge cases that visual inspection alone cannot catch. This skill gathers context, runs automated checks, analyzes quality, and reports findings -- it operates in read-only mode.
Available Scripts
scripts/check-interface-compliance.sh-- Find exported interfaces missing compile-timevar _ I = (*T)(nil)checks. Runbash scripts/check-interface-compliance.sh --helpfor options.
Instructions
Phase 1: Context Understanding
Goal: Understand what changed and why before analyzing code.
Step 1: Read project conventions
Read the repository CLAUDE.md first because project conventions override default review expectations. Note any project-specific linting rules, naming conventions, or architectural decisions that should inform the review.
Step 2: Review scope analysis
More from notque/claude-code-toolkit
generate-claudemd
Generate project-specific CLAUDE.md from repo analysis.
12fish-shell-config
Fish shell configuration and PATH management.
12pptx-generator
PPTX presentation generation with visual QA: slides, pitch decks.
12codebase-overview
Systematic codebase exploration and architecture mapping.
10image-to-video
FFmpeg-based video creation from image and audio.
9data-analysis
Decision-first data analysis with statistical rigor gates.
9