go-development

Go Development Workflow

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "go-development" with this command: npx skills add hiromaily/go-crypto-wallet/hiromaily-go-crypto-wallet-go-development

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 .

  1. Verify (from rules/go.md)

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

  1. 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

btc-terminology

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

docs-update

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

shell-scripts

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

makefile-update

No summary provided by upstream source.

Repository SourceNeeds Review