Add unslop — AI writing pattern remover#341
Add unslop — AI writing pattern remover#341MohamedAbdallah-14 wants to merge 1 commit intorohitg00:mainfrom
Conversation
📝 WalkthroughWalkthroughA new plugin entry for "unslop" is added to the README's "All Plugins" list, documenting its functionality for removing AI-generated writing patterns, its dual detection and rewrite modes, five intensity levels, and MIT licensing. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 299: The README entry for "unslop" is out of alphabetical order relative
to "ui-ux-suite"; move the table row containing the unslop entry so it appears
after the ui-ux-suite row (i.e., swap the two rows so "ui-ux-suite" comes before
"unslop"), ensuring the project names "ui-ux-suite" and "unslop" are correctly
ordered in the list.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| | [toprank](https://github.com/nowork-studio/toprank) | SEO + Google Ads plugin for Claude Code. Pulls real Search Console data and Google Ads API data, audits traffic and wasted ad spend, rewrites meta tags, generates JSON-LD schema, and ships the fixes. 9 skills across SEO, Ads, and cross-model review | | ||
| | [sniff-qa](https://github.com/Aboudjem/sniff) | AI-powered QA tool — 8 checks in one command. Source scanning (dead links, API endpoints, debug statements, broken imports), accessibility (axe-core), visual regression (pixelmatch), performance (Lighthouse), AI exploration, source/browser cross-referencing. MCP server included. 213 tests, Apache 2.0 | | ||
| | [humanizer-skill](https://github.com/Aboudjem/humanizer-skill) | Detects 37 AI writing patterns and rewrites text with human rhythm. 5 voice profiles (casual, professional, technical, warm, blunt). Based on burstiness/perplexity research. Zero dependencies | | ||
| | [unslop](https://github.com/MohamedAbdallah-14/unslop) | Removes AI writing tells (tricolons, em-dash pileups, hedging stacks, sycophancy openers, stock vocabulary). Split lint/rewrite modes — run detection-only passes on your own text without rewriting. Five intensity levels. MIT licensed | |
There was a problem hiding this comment.
Fix alphabetical ordering.
The unslop entry should be placed after ui-ux-suite, not before it. When both entries start with 'u', alphabetical order is determined by subsequent characters: 'ui-ux-suite' (second char 'i') comes before 'unslop' (second char 'n').
📋 Proposed fix
Move line 299 to after line 300:
| [humanizer-skill](https://github.com/Aboudjem/humanizer-skill) | Detects 37 AI writing patterns and rewrites text with human rhythm. 5 voice profiles (casual, professional, technical, warm, blunt). Based on burstiness/perplexity research. Zero dependencies |
-| [unslop](https://github.com/MohamedAbdallah-14/unslop) | Removes AI writing tells (tricolons, em-dash pileups, hedging stacks, sycophancy openers, stock vocabulary). Split lint/rewrite modes — run detection-only passes on your own text without rewriting. Five intensity levels. MIT licensed |
| [ui-ux-suite](https://github.com/Aboudjem/ui-ux-suite) | Design audit across 12 dimensions — color contrast, typography, layout, accessibility. Scans CSS, JSX, Tailwind configs. Quantified scores (1-10) with before/after fix code. WCAG 2.1, APCA, OKLCH. Zero deps |
+| [unslop](https://github.com/MohamedAbdallah-14/unslop) | Removes AI writing tells (tricolons, em-dash pileups, hedging stacks, sycophancy openers, stock vocabulary). Split lint/rewrite modes — run detection-only passes on your own text without rewriting. Five intensity levels. MIT licensed |
| [claude-cybersecurity](https://github.com/AgriciDaniel/claude-cybersecurity) | AI-powered cybersecurity code review with 8 parallel agents. OWASP 2025, CWE Top 25, MITRE ATT&CK, 11 languages, 5 compliance frameworks, threat intelligence. Zero config. MIT |📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| | [unslop](https://github.com/MohamedAbdallah-14/unslop) | Removes AI writing tells (tricolons, em-dash pileups, hedging stacks, sycophancy openers, stock vocabulary). Split lint/rewrite modes — run detection-only passes on your own text without rewriting. Five intensity levels. MIT licensed | | |
| | [humanizer-skill](https://github.com/Aboudjem/humanizer-skill) | Detects 37 AI writing patterns and rewrites text with human rhythm. 5 voice profiles (casual, professional, technical, warm, blunt). Based on burstiness/perplexity research. Zero dependencies | | |
| | [ui-ux-suite](https://github.com/Aboudjem/ui-ux-suite) | Design audit across 12 dimensions — color contrast, typography, layout, accessibility. Scans CSS, JSX, Tailwind configs. Quantified scores (1-10) with before/after fix code. WCAG 2.1, APCA, OKLCH. Zero deps | | |
| | [unslop](https://github.com/MohamedAbdallah-14/unslop) | Removes AI writing tells (tricolons, em-dash pileups, hedging stacks, sycophancy openers, stock vocabulary). Split lint/rewrite modes — run detection-only passes on your own text without rewriting. Five intensity levels. MIT licensed | | |
| | [claude-cybersecurity](https://github.com/AgriciDaniel/claude-cybersecurity) | AI-powered cybersecurity code review with 8 parallel agents. OWASP 2025, CWE Top 25, MITRE ATT&CK, 11 languages, 5 compliance frameworks, threat intelligence. Zero config. MIT | |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 299, The README entry for "unslop" is out of alphabetical
order relative to "ui-ux-suite"; move the table row containing the unslop entry
so it appears after the ui-ux-suite row (i.e., swap the two rows so
"ui-ux-suite" comes before "unslop"), ensuring the project names "ui-ux-suite"
and "unslop" are correctly ordered in the list.
Adding unslop to the plugins table, placed alongside humanizer-skill as a complementary writing quality tool.
unslop is a Claude Code plugin that removes AI writing patterns (tricolons, em-dash pileups, hedging stacks, sycophancy openers, stock vocabulary like "delve", "crucial", "moreover").
Key differentiator from humanizer-skill: split lint/rewrite architecture — run detection-only passes to audit text without rewriting (useful for checking your own writing for AI tells). Five intensity levels. MIT licensed, no SaaS.
Summary by CodeRabbit
unslopplugin documentation with details on its capabilities for removing AI-generated writing artifacts, including separate detection and rewrite modes with five customizable intensity levels, available under the MIT license.