This commit is contained in:
Samuel Berthe
2026-05-28 16:13:38 +02:00
parent 33fbf8261b
commit fd500573b0
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -420,7 +420,7 @@ Reactive streams with samber/ro. 150+ type-safe operators, cold/hot observables,
#### `golang-samber-slog` #### `golang-samber-slog`
Structured logging pipeline with samber/slog-**** packages. Multi-handler routing (slog-multi), sampling, formatting, HTTP middleware, and 20+ backend sinks. Structured logging pipeline with samber/slog-\*\*\*\* packages. Multi-handler routing (slog-multi), sampling, formatting, HTTP middleware, and 20+ backend sinks.
### Testing ### Testing
@@ -90,7 +90,7 @@ Use when: propagating deadlines and cancellation signals, or passing request-sco
### `samber/cc-skills-golang@golang-data-structures` ⭐️ ### `samber/cc-skills-golang@golang-data-structures` ⭐️
Golang data structures internals and usage — slices (capacity growth, append aliasing), maps, channels, sync primitives, container/*, generic collections, and when to use each. Golang data structures internals and usage — slices (capacity growth, append aliasing), maps, channels, sync primitives, container/\*, generic collections, and when to use each.
Use when: choosing a data structure, understanding slice/map performance characteristics, or using container/list, container/heap, or ring. Use when: choosing a data structure, understanding slice/map performance characteristics, or using container/list, container/heap, or ring.
@@ -373,4 +373,3 @@ Use when: the codebase imports `github.com/stretchr/testify`. For test architect
### `samber/cc-skills-golang@golang-testing` ⭐️ 🧠 ⚙️ ### `samber/cc-skills-golang@golang-testing` ⭐️ 🧠 ⚙️
See "QA & Performance" section above. See "QA & Performance" section above.
@@ -67,9 +67,7 @@ Additional skills to suggest based on codebase context:
```markdown ```markdown
## Required Go skills ## Required Go skills
The following Go skills from `samber/cc-skills-golang` MUST always be applied The following Go skills from `samber/cc-skills-golang` MUST always be applied when working on this project. Load them at the start of every Go-related task, regardless of whether the user explicitly mentions them.
when working on this project. Load them at the start of every Go-related task,
regardless of whether the user explicitly mentions them.
- `samber/cc-skills-golang@golang-error-handling` - `samber/cc-skills-golang@golang-error-handling`
- `samber/cc-skills-golang@golang-security` - `samber/cc-skills-golang@golang-security`