go-development
Installation
SKILL.md
Go Development Workflow
Workflow for Go code changes in this repository.
Prerequisites
- Use
git-workflowSkill for branch management, commit conventions, and PR creation. - Refer to
.claude/rules/go.mdfor 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 |