Review comment style mining
Skill yeaight7/agent-powerups/plugins/documentation-systems/skills/review-comment-style-mining
Use when mining PR review comments and text diffs for reusable writing, documentation, tone, and editorial improvement patterns.From its SKILL.md
npx -y skills add yeaight7/agent-powerups --skill review-comment-style-miningAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 301 tokens by cl100k_base, as published. Nobody here has run it
Review Comment Style Mining
When To Use
- User asks what writing feedback a PR received.
- Need to compare draft vs final docs, blog posts, prompts, or README text.
- Need recurring style lessons from reviewer comments.
Requirements / Checks
- Confirm
ghavailability and auth before fetching private PR data. - Ask before contacting GitHub or reading private repo content.
- Prefer bounded text formats:
.md,.mdx,.txt,.rst. - Cap large file diffs before sending to any model.
Workflow
- Identify PR URL or
owner/repoplus PR number. - Extract inline suggestions, plain feedback, and changed text file evolution.
- Separate mechanical edits from reviewer rationale.
- Compare first draft and final text by section.
- Group lessons by clarity, precision, tone, structure, grammar, and content.
- Return a concise style guide the author can reuse.
Safety Constraints
- Do not expose private PR content outside the local session without approval.
- Do not quote long proprietary text; summarize changes and cite file paths/permalinks when safe.
- Do not run broad GitHub fetches; scope to one PR unless user asks wider.
Validation / Done Criteria
- Output distinguishes explicit suggestions from inferred style lessons.
- Each lesson is tied to at least one review comment or text change.
- Large file content is truncated or summarized.
References
references/editorial-analysis-template.md
What ships with it: 1 file
816 B alongside SKILL.md