go-patterns
Installation
SKILL.md
Go Patterns Skill
Umbrella skill for Go development: testing, concurrency, error handling, failure modes, code review, SAP CC conventions, and quality gates. Routes to the correct reference based on the Go task at hand.
Reference Loading Table
| Signal | Load These Files | Why |
|---|---|---|
| Testing | testing.md |
Writing, fixing, or reviewing Go tests |
| Concurrency | concurrency.md |
Goroutines, channels, sync primitives, race conditions |
| Error handling | error-handling.md |
Error wrapping, sentinels, custom types, errors.Is/As |
| Review patterns | preferred-patterns.md |
Detecting code smells, over-engineering, bad Go patterns |
| Code review | code-review.md |
Reviewing Go code or PRs for quality |
| SAP CC conventions | sapcc-conventions.md |
Working in sapcc/* repos with go-bits |
| Quality gate | quality-gate.md |
Running make check, linting, pre-commit validation |