go-defensive

SKILLFlujo de trabajocomunidad
v0.0.0cxuuApache-2.0Actualizado hace 2 mFuente →

Use when hardening Go code at API boundaries — copying slices/maps, verifying interface compliance, using defer for cleanup, time.Time/time.Duration, or avoiding mutable globals. Also use when reviewing for robustness concerns like missing cleanup or unsafe crypto usage, even if the user doesn't men

Community-submitted skill. Not yet reviewed by the Forge team. Full prompt content may not be available.Request review →
142Estrellas del repo
1Clientes
1Formatos
hace 2 mÚltima actualización
Skill
Autorcxuu
Versión0.0.0
LicenciaApache-2.0
CategoríaFlujo de trabajo
Formatosskill.md
PromptNo publicado
Compatibilidad
Claude✓ Compatible
Cursor
Copilot
ChatGPT
Gemini
Acerca de

Use when hardening Go code at API boundaries — copying slices/maps, verifying interface compliance, using defer for cleanup, time.Time/time.Duration, or avoiding mutable globals. Also use when reviewing for robustness concerns like missing cleanup or unsafe crypto usage, even if the user doesn't mention "defensive programming." Does not cover error handling strategy (see go-error-handling).

Palabras clave
skillclaude