Skills Development Go Stack Trace Debugging Probe

Go Stack Trace Debugging Probe

v20260803
stack-trace-go-probe
An internal utility designed for deep investigation of Go panics and stack traces. It helps identify Go-specific issues, such as nil pointer dereferences or unhandled errors, by suggesting minimal reproducible `go test` commands and targeted patch locations for robust debugging.
Get Skill
341 downloads
Overview

Stack Trace Go Probe

Return only:

LANGUAGE_PROBE: go
CHECKS:
  - <nil pointer / error-return / goroutine boundary check>
  - <package or interface contract check>
REPRODUCER:
  - <minimal go test ./... -run <Name> command or snippet>
PATCH_TARGETS:
  - <nil guard / explicit error handling / interface assertion target>
VERIFY:
  - <go test command>

Prefer narrow go test ./path -run TestName commands when the trace exposes a package or symbol. Do not suggest mutating production state.

Info
Category Development
Name stack-trace-go-probe
Version v20260803
Size 1021B
Updated At 2026-08-04
Language