From 92770b5fa4f1ffabb1725762e77ec6a741302878 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Wed, 10 Dec 2025 19:04:42 -0800 Subject: [PATCH] Fix heal-skill description to avoid false matches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make description more specific to SKILL.md fixes, less likely to trigger when running /workflows:compound 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- plugins/compound-engineering/commands/heal-skill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/compound-engineering/commands/heal-skill.md b/plugins/compound-engineering/commands/heal-skill.md index b0cc6f6..f9f1bbd 100644 --- a/plugins/compound-engineering/commands/heal-skill.md +++ b/plugins/compound-engineering/commands/heal-skill.md @@ -1,6 +1,6 @@ --- name: heal-skill -description: Heal skill documentation by applying corrections discovered during execution with approval workflow +description: Fix incorrect SKILL.md files when a skill has wrong instructions or outdated API references argument-hint: [optional: specific issue to fix] allowed-tools: [Read, Edit, Bash(ls:*), Bash(git:*)] ---