feat: add /copy-edit skill — 25 AI writing patterns#530
Closed
keshav55 wants to merge 1 commit intogarrytan:mainfrom
Closed
feat: add /copy-edit skill — 25 AI writing patterns#530keshav55 wants to merge 1 commit intogarrytan:mainfrom
keshav55 wants to merge 1 commit intogarrytan:mainfrom
Conversation
…cklist
Wikipedia-backed taxonomy of AI writing tells (WikiProject AI Cleanup).
Two-pass system: Pass 1 (HIGH — auto-fix sycophancy, em dashes, copula
avoidance, filler) + Pass 2 (MEDIUM — flag AI vocabulary, negative
parallelisms, promotional language, hedging).
Includes pre-publish checklist gate and voice assessment ("removing
patterns is half; adding voice is the other half").
No equivalent exists in gstack — fills a gap in output quality for
CHANGELOGs, PR descriptions, design docs, and retro reports.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
017b12a to
fcca7d7
Compare
2 tasks
Owner
|
Won't merge, but thanks for using gstack! |
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
/copy-edit— a writing quality skill based on Wikipedia's AI Cleanup project (WikiProject AI Cleanup). 25 documented AI writing patterns with before/after examples.No equivalent exists in gstack. This fills a gap in output quality for CHANGELOGs, PR descriptions, design docs, and retro reports.
Two-pass system
Pass 1 (HIGH — auto-fix): Sycophancy ("Great question!"), em dashes (the #1 AI tell), copula avoidance ("serves as" → "is"), filler phrases ("in order to" → "to").
Pass 2 (MEDIUM — flag): AI vocabulary (delve, landscape, tapestry), negative parallelisms, rule-of-three overuse, promotional language, hedging, vague attributions.
Pre-publish checklist gate
12-item mandatory checklist verified before presenting final text. Catches patterns the passes might miss.
Voice assessment
"Removing patterns is half the job. Adding voice is the other half." Checks for soulless writing (same-length sentences, no opinions, no personality) and suggests specific improvements.
Integration points
/shipStep 5 (CHANGELOG) → suggest /copy-edit on generated text/document-release→ suggest /copy-edit on updated docs/retro→ suggest /copy-edit on retro reportTest plan
bun run gen:skill-docsgenerates SKILL.md🤖 Generated with Claude Code