|
@@ -46,7 +46,7 @@ The skill also includes a final "obviously AI generated" audit pass and a second
|
|
|
|
|
|
|
|
> "LLMs use statistical algorithms to guess what should come next. The result tends toward the most statistically likely result that applies to the widest variety of cases."
|
|
> "LLMs use statistical algorithms to guess what should come next. The result tends toward the most statistically likely result that applies to the widest variety of cases."
|
|
|
|
|
|
|
|
-## 24 Patterns Detected (with Before/After Examples)
|
|
|
|
|
|
|
+## 25 Patterns Detected (with Before/After Examples)
|
|
|
|
|
|
|
|
### Content Patterns
|
|
### Content Patterns
|
|
|
|
|
|
|
@@ -79,7 +79,8 @@ The skill also includes a final "obviously AI generated" audit pass and a second
|
|
|
| 15 | **Inline-header lists** | "**Performance:** Performance improved" | Convert to prose |
|
|
| 15 | **Inline-header lists** | "**Performance:** Performance improved" | Convert to prose |
|
|
|
| 16 | **Title Case Headings** | "Strategic Negotiations And Partnerships" | "Strategic negotiations and partnerships" |
|
|
| 16 | **Title Case Headings** | "Strategic Negotiations And Partnerships" | "Strategic negotiations and partnerships" |
|
|
|
| 17 | **Emojis** | "🚀 Launch Phase: 💡 Key Insight:" | Remove emojis |
|
|
| 17 | **Emojis** | "🚀 Launch Phase: 💡 Key Insight:" | Remove emojis |
|
|
|
-| 18 | **Curly quotes** | `said “the project”` | `said "the project"` |
|
|
|
|
|
|
|
+| 18 | **Curly quotes** | `said “the project”` | `said “the project”` |
|
|
|
|
|
+| 25 | **Hyphenated word pairs** | “cross-functional, data-driven, client-facing” | Drop hyphens on common word pairs |
|
|
|
|
|
|
|
|
### Communication Patterns
|
|
### Communication Patterns
|
|
|
|
|
|
|
@@ -132,6 +133,7 @@ The skill also includes a final "obviously AI generated" audit pass and a second
|
|
|
|
|
|
|
|
## Version History
|
|
## Version History
|
|
|
|
|
|
|
|
|
|
+- **2.3.0** - Added pattern #25: hyphenated word pair overuse
|
|
|
- **2.2.0** - Added a final "obviously AI generated" audit + second-pass rewrite prompts
|
|
- **2.2.0** - Added a final "obviously AI generated" audit + second-pass rewrite prompts
|
|
|
- **2.1.1** - Fixed pattern #18 example (curly quotes vs straight quotes)
|
|
- **2.1.1** - Fixed pattern #18 example (curly quotes vs straight quotes)
|
|
|
- **2.1.0** - Added before/after examples for all 24 patterns
|
|
- **2.1.0** - Added before/after examples for all 24 patterns
|