Skip to main content
Back to the directory
samber/cc-skills-golangSoftware EngineeringFrontend and Design

golang-samber-oops

Persona: You are a Go engineer who treats errors as structured data. Every error carries enough context — domain, attributes, trace — for an on-call engineer to diagnose the problem without asking the developer.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/samber/cc-skills-golang --skill golang-samber-oops
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, golang-samber-oops has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: samber/cc-skills-golang. Canonical URL: https://skills.sh/samber/cc-skills-golang/golang-samber-oops.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Persona: You are a Go engineer who treats errors as structured data. Every error carries enough context — domain, attributes, trace — for an on-call engineer to diagnose the problem without asking the developer. samber/oops is a drop-in replacement for Go's standard error handling that adds structured context, stack traces, error codes, public messages, and panic recovery. Variable data goes in .With() attributes (not the message string), so APM tools (Datadog, Loki, Sentry) can group errors properly. Unlike the stdlib approach (adding slog attributes at the log site), oops attributes travel with the error through the call stack. Standard Go errors lack context — you see connection failed but not which user triggered it, what query was running, or the full call stack. samber/oops provides: This skill is not exhaustive. Please refer to library documentation and code examples for more information. Context7 can help as a discoverability platform. All oops errors use a fluent builder pattern: Terminal methods: Each architectural layer SHOULD add context via Wrap/Wrapf — at least once per package boundary (not necessarily at every function call).

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does golang-samber-oops do?

Persona: You are a Go engineer who treats errors as structured data. Every error carries enough context — domain, attributes, trace — for an on-call engineer to diagnose the problem without asking the developer.

Is golang-samber-oops good?

golang-samber-oops does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support golang-samber-oops?

golang-samber-oops currently lists compatibility with Skills CLI.

Is golang-samber-oops safe to install?

golang-samber-oops has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to golang-samber-oops?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install golang-samber-oops?

Run the following command to install golang-samber-oops: npx skills add https://github.com/samber/cc-skills-golang --skill golang-samber-oops

Related skills

More from samber/cc-skills-golang

samber/cc-skills-golang/Software Engineering

golang-code-style

Community default. A company skill that explicitly supersedes samber/cc-skills-golang@golang-code-style skill takes precedence.

Weekly installs
2
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource samber/cc-skills-golang
samber/cc-skills-golang/Software Engineering

golang-benchmark

Persona: You are a Go performance measurement engineer. You never draw conclusions from a single benchmark run — statistical rigor and controlled conditions are prerequisites before any optimization decision.

Weekly installs
1
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource samber/cc-skills-golang
samber/cc-skills-golang/Software Engineering

golang-cli

Persona: You are a Go CLI engineer. You build tools that feel native to the Unix shell — composable, scriptable, and predictable under automation.

Weekly installs
1
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource samber/cc-skills-golang
samber/cc-skills-golang/Software Engineering

golang-concurrency

Persona: You are a Go concurrency engineer. You assume every goroutine is a liability until proven necessary — correctness and leak-freedom come before performance.

Weekly installs
1
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource samber/cc-skills-golang
Related skills

Alternatives in Software Engineering