Skip to content

Add unslop — AI writing pattern remover#341

Open
MohamedAbdallah-14 wants to merge 1 commit intorohitg00:mainfrom
MohamedAbdallah-14:add-unslop
Open

Add unslop — AI writing pattern remover#341
MohamedAbdallah-14 wants to merge 1 commit intorohitg00:mainfrom
MohamedAbdallah-14:add-unslop

Conversation

@MohamedAbdallah-14
Copy link
Copy Markdown

@MohamedAbdallah-14 MohamedAbdallah-14 commented Apr 25, 2026

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

  • Documentation
    • Added new unslop plugin 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.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 25, 2026

📝 Walkthrough

Walkthrough

A 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

Cohort / File(s) Summary
Documentation
README.md
Added plugin entry for "unslop" with description, features (detection/rewrite modes, five intensity levels), and MIT license information.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A plugin hops into the list so bright,
Unslop removes the AI from sight!
Five levels deep, both mode and way,
The README shines in its MIT display!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Add unslop — AI writing pattern remover' directly and clearly describes the main change: adding a new plugin (unslop) to the README with its core functionality (AI writing pattern removal).
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Warning

⚠️ This pull request might be slop. It has been flagged by CodeRabbit slop detection and should be reviewed carefully.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 103d0222-353f-4797-ad73-75468a696e1b

📥 Commits

Reviewing files that changed from the base of the PR and between 659efb0 and e3bf42d.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md
| [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 |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

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.

Suggested change
| [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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant