go-defensive

SKILLFlusso di lavorocommunity
v0.0.0cxuuApache-2.0Aggiornato 2 mesi faFonte →

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 →
142Stelle del repo
1Client
1Formati
2 mesi faUltimo aggiornamento
Skill
Autorecxuu
Versione0.0.0
LicenzaApache-2.0
CategoriaFlusso di lavoro
Formatiskill.md
PromptNon pubblicato
Compatibilità
Claude✓ Supportato
Cursor
Copilot
ChatGPT
Gemini
Descrizione

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).

Parole chiave
skillclaude