From f6e71fe8d542ebffb6f704fd46e1cf698953c160 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 4 Mar 2026 22:36:14 +0200 Subject: 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 --- prompts/skills/100-go-mistakes/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3