LogoClawIndex
CasesSkillsAbout
LogoClawIndex

coding - Coding Standards and Best Practices

Defines coding standards, best practices, and tooling requirements for Go implementation work

Tags

Updated: 2026-03-19

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • apply single responsibility principle
  • accept interfaces return structs
  • handle errors immediately
  • design functions
  • write documentation
  • organize packages
  • run static analysis
  • execute tests

Inputs

  • Go codebase
  • project structure
  • configuration files
  • development environment

Outputs

  • formatted code
  • analysis reports
  • test results
  • error messages

Requirements

  • Go runtime environment
  • go fmt
  • go vet
  • staticcheck
  • go test

Source

  • Spec: SKILL.md

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
coding standards
best practices
code quality
static analysis
apply single responsibility principle
accept interfaces return structs
handle errors immediately
design functions
Go codebase
project structure
configuration files
formatted code
analysis reports
test results