diff options
Diffstat (limited to 'skills/exterminate-slop/agents')
| -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 29a8acf..b9ddc4a 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: "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." + short_description: "Prioritized slop defect report" + default_prompt: "Use $exterminate-slop to audit a subtree for primitive obsession, weak types, duplicated logic, defensive ceremony, and code-volume bloat, then write a comprehensive prioritized defect report." |