Go Review banner
ysyecust ysyecust

Go Review

Security community

Description

--- description: Comprehensive Go code review for idiomatic patterns, concurrency safety, error handling, and security. Invokes the go-reviewer agent. --- # Go Code Review This command invokes the **go-reviewer** agent for comprehensive Go-specific code review. ## What This Command Does 1. **Identify Go Changes**: Find modified `.go` files via `git diff` 2. **Run Static Analysis**: Execute `go vet`, `staticcheck`, and `golangci-lint` 3. **Security Scan**: Check for SQL injection, command inj

Installation

Installs to ~/.claude/skills/ysyecust-everything-claude-code-go-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ysyecust-everything-claude-code-go-review && curl -fsSL https://raw.githubusercontent.com/ysyecust/everything-claude-code/HEAD/commands/go-review.md -o ~/.claude/skills/ysyecust-everything-claude-code-go-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository