Agent skill · Code Review & Quality

review-implementing

Process and implement code review feedback systematically. Use when user provides reviewer comments, PR feedback, code review notes, or asks to implement suggestions from reviews.

mhattingpetegithub.com/mhattingpeteGitHub ↗
claude-codeApache-2.0
Install
npx skills add mhattingpete/claude-skills-marketplace --skill review-implementing --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: engineering-workflow-plugin/skills/review-implementing/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 656
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Review Feedback Implementation Systematically process and implement changes based on code review feedback. ## When to Use - Provides reviewer comments or feedback - Pastes PR review notes - Mentions implementing review suggestions - Says "address these comments" or "implement feedback" - Shares list of changes requested by reviewers ## Systematic Workflow ### 1. Parse Reviewer Notes Identify individual feedback items: - Split numbered lists (1., 2., etc.) - Handle bullet points or unnumbered feedback - Extract distinct change requests - Clarify ambiguous items before starting ### 2. Create Todo List Use TodoWrite tool to create actionable tasks: - Each feedback item becomes one or more todos - Break down complex feedback into smaller tasks - Make tasks specific and measurable - Mark first task as `in_progress` before starting Example: ``` - Add type hints to extract function - Fix duplicate tag detection logic - Update docstring in chain.py - Add unit test for edge case ``` ### 3. Implement Changes Systematically For each todo item: **Locate relevant code:** - Use Grep to search for functions/classes - Use Glob to find files by pattern - Read current implementation **Make changes

What's inside
Steps it walks through
  1. When to Use
  2. Systematic Workflow
  3. 1. Parse Reviewer Notes
  4. 2. Create Todo List
  5. 3. Implement Changes Systematically
  6. 4. Handle Different Feedback Types
  7. 5. Validation
  8. 6. Communication
  9. Edge Cases
  10. Important Guidelines
More from claude-skills-marketplace
All skills →
About this skill
What does the review-implementing skill do?

Process and implement code review feedback systematically. Use when user provides reviewer comments, PR feedback, code review notes, or asks to implement suggestions from reviews.

How do I install it?

Run `npx skills add mhattingpete/claude-skills-marketplace --skill review-implementing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mhattingpete/claude-skills-marketplace, a repository with 656 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going