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.

Skills tagged: golang

Browse skills that share this tag.

  • golang-safety - Defensive Golang Coding for Correctness and Safety
    golangdefensive-codingnil-safetycode-correctness

    ★ 0 · Updated 2026-09-23

    Provides defensive Go coding practices to prevent panics, silent data corruption, and subtle runtime bugs.

    ⚙ Prevent nil-related runtime panics⚙ Perform defensive slice copying⚙ Check integer overflow during conversion
  • sonarqube-gate - Autonomous SonarQube Quality Gate agent for Go and Java
    sonarqubequality-gategolangjava

    ★ 0 · Updated 2026-09-21

    Runs tests, executes Sonar Scanner, queries SonarQube APIs, and automatically fixes code issues until the Quality Gate passes for Go and Java projects.

    ⚙ Locate project root directory⚙ Create Makefile if missing⚙ Update sonar-project.properties exclusions
  • golang-stretchr-testify - Go testing with stretchr/testify
    golanggotestifyassertions

    ★ 0 · Updated 2026-09-17

    Provides guidance for writing and reviewing Go tests using stretchr/testify, including assertions, mocks, and suites.

    ⚙ Choose between assert and require⚙ Define mock expectations⚙ Verify mock expectations
  • golang-project-layout - Guide for setting up Golang project layouts and workspaces
    golangproject-layoutworkspacearchitecture

    ★ 1 · Updated 2026-09-17

    Provides guidance on setting up Golang project layouts, organizing codebases, configuring workspaces, and establishing module structures.

    ⚙ Guide Golang project layout design⚙ Guide software architecture decisions⚙ Recommend dependency injection approaches
  • golang-popular-libraries - Recommend production-ready Golang libraries and frameworks
    golanglibrariesframeworksdependencies

    ★ 3 · Updated 2026-09-13

    Recommends production-ready Golang libraries and frameworks when selecting dependencies or comparing alternatives for Golang projects.

    ⚙ Recommend production-ready Golang libraries⚙ Compare Golang library alternatives⚙ Evaluate standard library suitability
  • go-pro - Senior Go Developer Expert
    Gogolangdevelopmentprogramming

    ★ 18 · Updated 2026-06-30

    Expert Go developer for idiomatic patterns, concurrency, error handling, and clean package design

    ⚙ review go.mod file⚙ review linter config⚙ implement features
  • golang-safety - Go Safety: Defensive Coding
    golangsafetydefensive-codingerror-prevention

    ★ 7 · Updated 2026-06-15

    Prevents Go panics, data corruption, and runtime bugs through defensive coding practices

    ⚙ write defensive Go code⚙ review Go code⚙ prevent nil panics
  • golang-code-style - Go Code Style and Formatting Guide
    golangcode-styleformattinglinting

    ★ 2 · Updated 2026-05-11

    Enforce Go code style conventions, formatting rules, and best practices for writing and reviewing code

    ⚙ write Go code⚙ review code style⚙ configure linters
  • golang-code-style - Go Code Style Guide
    golangcode styleformattinglinting

    ★ 0 · Updated 2026-05-11

    Golang code style, formatting and conventions for writing and reviewing Go code

    ⚙ write Go code⚙ review code style⚙ configure linters
  • go - Go Development Skill
    Gogolangtestingdevelopment

    ★ 39 · Updated 2026-05-11

    Go development with gotestsum and standard tooling

    ⚙ run tests⚙ watch files⚙ build projects
  • gitlab-ci - GitLab CI/CD Setup for Go
    gitlabci-cdgolangtesting

    ★ 57 · Updated 2026-03-20

    Initialize or update GitLab CI/CD pipelines for Go projects with testing, coverage, and releases

    ⚙ Initialize CI/CD pipeline⚙ Run unit tests⚙ Generate coverage report
  • Testify - Go Testing Toolkit with Assertions, Mocks, and Suites
    golangtestifytestingmock

    ★ 18 · Updated 2026-03-19

    Testing toolkit with assertions, mocks, and suites.

    ⚙ assert values⚙ require conditions⚙ create mocks
  • Testify - Go Testing Toolkit with Assertions and Mocks
    golangtestifytestingmock

    ★ 602 · Updated 2026-03-19

    Testing toolkit with assertions, mocks, and suites for Go.

    ⚙ assert values⚙ check booleans⚙ check nil values
  • dbos-golang - DBOS Go SDK for Reliable Fault-Tolerant Applications
    golangdbosworkflowsfault-tolerance

    ★ 0 · Updated 2026-02-23

    Builds reliable, fault-tolerant Go applications with durable workflows using DBOS SDK

    ⚙ install DBOS Go module⚙ configure DBOS context⚙ register workflows
  • finfocus-dev - FinFocus Core Development Workflow Guide for Contributors
    developmentgolangclitesting

    ★ 10 · Updated 2026-02-17

    Guide for implementing features, fixing bugs, writing tests, and following conventions in finfocus Go codebase

    ⚙ create CLI command files⚙ run make targets⚙ write Go tests
  • go-idioms - Go Language Idioms and Best Practices Guide
    Gogolangerror handlinginterface design

    ★ 18 · Updated 2026-02-17

    Provides idiomatic Go patterns for error handling, interface design, concurrency, and package structure

    ⚙ write Go code⚙ review Go code⚙ design interfaces
  • go-idioms - Go Programming Best Practices and Idiomatic Patterns
    Gogolangprogrammingbest-practices

    ★ 602 · Updated 2026-02-17

    Provides idiomatic Go patterns for error handling, interface design, concurrency, and package structure

    ⚙ review Go code⚙ design Go interfaces⚙ implement concurrency patterns
  • go-modules - Go Modules and Dependency Management
    golangdependency-managementmodule-systemversioning

    ★ 602 · Updated 2026-02-14

    Manage Go modules system including versioning, private modules, vendoring, and dependency updates

    ⚙ initialize go module⚙ update dependencies⚙ vendor dependencies
  • mockery-generate - Generate Golang mocks with mockery and go:generate
    golangtestingcode-generation

    ★ 18 · Updated 2026-02-13

    Generates mock implementations for Golang interfaces using mockery.

    ⚙ scan interface definitions⚙ insert go:generate comments⚙ prompt for local command execution
  • mockery-generate - Generate Golang Interface Mocks with Mockery
    golangtestingmockingautomation

    ★ 602 · Updated 2026-02-12

    Uses mockery with go:generate to automatically generate mocks for Golang interfaces, eliminating manual mock creation

    ⚙ scan interface definitions⚙ add go:generate comments⚙ validate mockery configuration

Scroll to load more