LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

go-code-review - Automated Go Code Review for 100+ Common Mistakes

Reviews Go code files for common programming mistakes and anti-patterns

Tags

Updated: 2026-02-13

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • read .go files
  • grep code patterns
  • check error handling
  • check concurrency patterns
  • analyze interface usage
  • identify performance issues
  • review testing practices
  • scan standard library usage

Inputs

  • .go files
  • Go code repository
  • Go source code

Outputs

  • code review reports
  • issue lists with severity levels
  • location-specific findings
  • suggested fixes

Requirements

  • Read tool access
  • Grep tool access
  • Go source files

Source

  • Spec: SKILL.md
code-review
go
static-analysis
error-checking
concurrency
read .go files
grep code patterns
check error handling
check concurrency patterns
.go files
Go code repository
Go source code
code review reports
issue lists with severity levels
location-specific findings