feat: add pattern scorecard to humanizer output#65
Open
mvanhorn wants to merge 1 commit intoblader:mainfrom
Open
feat: add pattern scorecard to humanizer output#65mvanhorn wants to merge 1 commit intoblader:mainfrom
mvanhorn wants to merge 1 commit intoblader:mainfrom
Conversation
Show a table of detected AI patterns before rewriting, and a change log after that ties each edit back to a pattern number. Helps users understand what was found and learn the patterns over time. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Adds a pattern scorecard to the humanizer output. Before rewriting, the skill now shows a table of which AI patterns were detected and how many instances of each. After rewriting, it shows a change log tying each edit to a pattern number.
Why this matters
The humanizer rewrites text but doesn't explain what it found or changed. Users can't learn the patterns, verify correctness, or tell if the skill is working on their specific problems.
Changes
SKILL.md: Updated Process section to include pattern scorecard step (renumbered subsequent steps). Updated Output Format to produce a pattern scan table before the draft and a change log after the final rewrite. Version bumped to 2.4.0.README.md: Updated version history.18 insertions, 12 deletions. No structural changes.
Testing
Tested by invoking
/humanizeron AI-heavy text and verifying the output now includes a pattern table before rewriting (showing detected patterns with instance counts) and a change log after the final version.This contribution was developed with AI assistance (Claude Code).