go-development
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 |
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 go-test
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 workflowdb-migration- Database schema workflow
Weekly Installs
12
Repository
hiromaily/go-cr…o-walletGitHub Stars
125
First Seen
14 days ago
Security Audits
Installed on
opencode12
gemini-cli12
codebuddy12
github-copilot12
codex12
kimi-cli12