diff options
| author | main <main@swarm.moe> | 2026-05-21 11:14:51 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-05-21 11:14:51 -0400 |
| commit | 89dba1d9c0034e6bc544b0f002a65ffe0b29e7dc (patch) | |
| tree | dbdc2a5f283eeb9444c202ece801462732a98fd8 /skills/exterminate-slop/agents/openai.yaml | |
| parent | 8e748db6ba0b52091fc4c3664c0bfba5c7185e68 (diff) | |
| download | rust_starter-89dba1d9c0034e6bc544b0f002a65ffe0b29e7dc.zip | |
Make exterminate-slop report-first
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 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." |