Skip to content
Development
Skill

/review-comment-style-mining

Use when mining PR review comments and text diffs for reusable writing, documentation, tone, and editorial improvement patterns.

From plugin
agent-powerups
6113 skills46 agents54 commands
Install
$ npx -y skills add yeaight7/agent-powerups --skill review-comment-style-mining --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/review-comment-style-mining

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when mining PR review comments and text diffs for reusable writing, documentation, tone, and editorial improvement patterns.

SKILL.md

review-comment-style-mining.SKILL.md
name: review-comment-style-mining
description: Use when mining PR review comments and text diffs for reusable writing, documentation, tone, and editorial improvement patterns.

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 `gh` availability 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

1. Identify PR URL or `owner/repo` plus PR number. 2. Extract inline suggestions, plain feedback, and changed text file evolution. 3. Separate mechanical edits from reviewer rationale. 4. Compare first draft and final text by section. 5. Group lessons by clarity, precision, tone, structure, grammar, and content. 6. 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`
Read more
Ships withagent-powerups

Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more

Get the whole plugin

Other skills on agent-powerups.