review-implementing

Parse reviewer comments into actionable tasks and guide code modifications.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/olli107x/claude-code-starter-kit --skill review-implementing-olli107x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-implementing
Source: https://github.com/olli107x/claude-code-starter-kit/tree/main/skills/development/review/review-implementing
Command: npx skills add https://github.com/olli107x/claude-code-starter-kit --skill review-implementing-olli107x

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of addressing code review feedback, ensuring that suggestions and required changes are implemented systematically and efficiently.

Core Features & Use Cases

  • Systematic Feedback Processing: Parses and breaks down reviewer comments into actionable tasks.
  • Guided Implementation: Provides step-by-step instructions for locating code, making changes, and verifying them.
  • Use Case: After a code review, you receive a list of comments. This Skill helps you go through each comment, find the relevant code, make the suggested changes, and confirm they are correctly implemented.

Quick Start

Use the review-implementing skill to address the feedback provided in the pasted comments.

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?

To implement code review feedback systematically, you parse reviewer notes into actionable tasks, locate relevant code, make modifications using specified tools, and verify changes against project conventions and tests.

What is the process for turning reviewer comments into code changes?

The process for turning reviewer comments into code changes involves breaking down feedback into actionable tasks and providing step-by-step guidance to find the relevant code, apply suggested modifications, and confirm correct implementation.

Can I use this skill to handle code review feedback for new features and documentation?

Yes, you can use this skill to handle code review feedback for new features and documentation, as it processes various feedback types including code changes, new features, documentation, and tests.

What's the best way to address code review comments that conflict with existing project conventions?

The best way to address code review comments that conflict with project conventions is to use defined edge case handling, which guides you through resolving conflicts and verifying modifications against project rules and tests.

Does this skill help with debugging and refactoring after a code review?

Yes, this skill helps with debugging and refactoring after a code review by guiding you through locating relevant code, making specified modifications, and verifying that changes align with project tests and conventions.