docs: add real-world before/after reference example#69
Open
Kholtien wants to merge 2 commits intoblader:mainfrom
Open
docs: add real-world before/after reference example#69Kholtien wants to merge 2 commits intoblader:mainfrom
Kholtien wants to merge 2 commits intoblader:mainfrom
Conversation
Adds scripts/detect_patterns.py — a stdlib-only Python script that scans text for measurable AI writing patterns and produces a scored report. Detects 15 of the 25 patterns programmatically (AI vocabulary, em dashes, boldface, emojis, filler phrases, hedging, and more). Outputs a normalised score per 100 words for objective before/after comparison. Updates SKILL.md (v2.4.0) to integrate the scanner into the humanisation process at three points: pre-scan, post-scan, and final scan. Updates README.md with script documentation and usage examples. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds references/ directory with a before/after example from a real published AI-generated article (KRS Channel astrology article from Breeze Astrology). Scanner scored it 12.6/100w before and 0.0 after humanisation. Updates SKILL.md to document the reference examples. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 tasks
Aniol0012
suggested changes
Mar 23, 2026
Aniol0012
left a comment
There was a problem hiding this comment.
Interesting, but I would keep the SKILL.md as standalone as possible.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
references/directory with a before/after example from a real published AI-generated article (KRS Channel astrology article from Breeze Astrology)Depends on #68 — this PR builds on the pattern detection script commit.
Test plan
references/krs_astrology_article_before.txtincludes source attributionpython3 scripts/detect_patterns.py references/krs_astrology_article_before.txtand confirm score of 12.6/100wpython3 scripts/detect_patterns.py references/krs_astrology_article_after.txtand confirm score of 0.0🤖 Generated with Claude Code