review-implementing

Processes code review feedback into actionable tasks and implements the resulting changes.

657|94|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/mhattingpete/claude-skills-marketplace --skill review-implementing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-implementing
Source: https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/review-implementing
Command: npx skills add https://github.com/mhattingpete/claude-skills-marketplace --skill review-implementing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually processing and implementing code review feedback can be a tedious, error-prone, and time-consuming process, slowing down development cycles. This Skill automates the systematic implementation of code review comments, ensuring all feedback is addressed efficiently and accurately.

Core Features & Use Cases

  • Feedback Parsing: Automatically identifies and extracts individual feedback items from review notes.
  • Actionable Todo List: Creates a structured todo list for each change request, tracking progress in real-time.
  • Systematic Implementation: Guides through locating relevant code, making changes with native tools, and verifying fixes.
  • Use Case: A reviewer provides 10 comments on your PR. This Skill will parse them into an actionable todo list, then help you systematically address each one, updating the status as you go.

Quick Start

Example: Create a todo list from review comments

TodoWrite( todos=[ "Add type hints to extract function", "Fix duplicate tag detection logic", "Update docstring in chain.py" ] )

Frequently Asked Questions about review-implementing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement code review feedback systematically?

Implement code review feedback by parsing reviewer comments into a structured todo list, then systematically locate relevant code sections, apply edits, run tests, and track completion status in real time using automated tools that handle numbered items and bullet lists.

Can I automate processing multiple PR review comments at once?

Yes, automate PR feedback processing by extracting all review comments into actionable todos, then guide through code location with grep and glob searches, apply changes with native edit tools, verify against tests, and update task statuses automatically.

What's the best way to track code review changes and ensure nothing is missed?

Track all review changes by creating a real-time todo list from feedback items, systematically addressing each one with documented code edits and test verification, then updating todo statuses as you complete each change request.

How do I handle complex review feedback with multiple types of changes?

Handle complex feedback by parsing numbered items and bullet lists into separate todos, locating code with search tools, applying edits to specific sections, running tests to verify fixes, and maintaining documentation updates per your project conventions.

Does this work with different code review formats and comment styles?

Yes, the automation handles reviewer comments, PR feedback, and review notes across different formats, parsing both numbered items and bullet lists into structured actionable todos for implementation.