diff options
Diffstat (limited to 'skills/exterminate-slop/agents/openai.yaml')
| -rw-r--r-- | skills/exterminate-slop/agents/openai.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skills/exterminate-slop/agents/openai.yaml b/skills/exterminate-slop/agents/openai.yaml index ea5efab..29a8acf 100644 --- a/skills/exterminate-slop/agents/openai.yaml +++ b/skills/exterminate-slop/agents/openai.yaml @@ -1,4 +1,4 @@ interface: display_name: "Exterminate Slop" - short_description: "Exhaustive Rust slop eradication" - default_prompt: "Use $exterminate-slop to perform a decision-per-row Rust subtree pass for primitive obsession, under-abstraction, and DRY violations." + short_description: "Language-aware slop eradication" + default_prompt: "Use $exterminate-slop to perform an exhaustive subtree pass for primitive obsession, weak types, duplicated logic, defensive ceremony, and code-volume bloat." |