go-development | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / go-development

go-development

maintained by hiromaily

star 122 account_tree 33 verified_user MIT License
bolt View GitHub

name: go-development description: Go development workflow including verification commands and self-review checklist. Use when modifying Go code in internal/, pkg/, or cmd/ directories.

Go Development Workflow

Workflow for Go code changes in this repository.

Prerequisites

  • Use git-workflow Skill for branch management, commit conventions, and PR creation.
  • Refer to .claude/rules/go.md for detailed verification commands and coding rules (SSOT).

Applicable Directories

Directory Description
internal/ Core application code (Clean Architecture)
pkg/ Reusable shared packages
cmd/ Application entry points

Workflow

1. Make Changes

Edit Go files following the rules in .claude/rules/go.md.

2. Verify (from rules/go.md)

make go-lint && make tidy && make check-build && make gotest

3. Self-Review Checklist

  • Domain layer has ZERO infrastructure dependencies
  • Error handling uses fmt.Errorf("context: %w", err)
  • No private keys or sensitive data logged
  • Auto-generated files not edited

Database Changes

If modifying database schema, use db-migration skill.

Related

  • .claude/rules/go.md - Go rules (SSOT)
  • git-workflow - Branch, commit, PR workflow
  • db-migration - Database schema workflow

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 122
GitHub Forks 33
Created Jan 2026
Last Updated 4个月前
tools tools automation tools

Related Skills

specs-gen
chevron_right
pr

pr

MoonshotAI
star 6.1k
chevron_right
glm-coding-agent
chevron_right
feature-dev
chevron_right
writing-skills
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.