summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-04 22:36:14 +0200
committerPaul Buetow <paul@buetow.org>2026-03-04 22:36:14 +0200
commitf6e71fe8d542ebffb6f704fd46e1cf698953c160 (patch)
tree781578dab04e146ed055a7d00743d47935c5be86
parentd87624cc46b2980ed60314d8c901850e646bb166 (diff)
fix: quote and improve 100-go-mistakes skill description for better YAML parsing and trigger matching
Amp-Thread-ID: https://ampcode.com/threads/T-019cba8f-7ee3-73c6-b7ce-503bd656dae8 Co-authored-by: Amp <amp@ampcode.com>
-rw-r--r--prompts/skills/100-go-mistakes/SKILL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/prompts/skills/100-go-mistakes/SKILL.md b/prompts/skills/100-go-mistakes/SKILL.md
index 0dd9633..260228d 100644
--- a/prompts/skills/100-go-mistakes/SKILL.md
+++ b/prompts/skills/100-go-mistakes/SKILL.md
@@ -1,6 +1,6 @@
---
name: 100-go-mistakes
-description: Audits Go code repositories for common mistakes as identified in the "100 Go Mistakes and How to Avoid Them" book. Use this skill when asked to review Go code, check for best practices, or find common anti-patterns in Go.
+description: "Audits Go code for the 100 common mistakes from the book '100 Go Mistakes and How to Avoid Them' by Teiva Harsanyi. Use when asked to 'check for Go mistakes', 'audit Go code', 'find Go anti-patterns', 'run 100 Go mistakes check', or 'common Go pitfalls'. Covers error handling, concurrency, data types, control structures, strings, functions, project organization, testing, and optimization. Triggers on: 100 go mistakes, go mistakes, go anti-patterns, go pitfalls, go audit."
---
# 100 Go Mistakes