review-implementing

Parse code review feedback into structured implementation tasks with TodoWrite tracking.

3|1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/I-Onlabs/claude-code-skills --skill review-implementing-i-onlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-implementing
Source: https://github.com/I-Onlabs/claude-code-skills/tree/main/review-implementing
Command: npx skills add https://github.com/I-Onlabs/claude-code-skills --skill review-implementing-i-onlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Process and implement code review feedback systematically to ensure reviewer notes and PR comments translate into concrete, testable changes across the codebase.

Core Features & Use Cases

  • Parse reviewer notes, PR feedback, and comments and convert them into actionable to-dos.
  • Coordinate changes with a TodoWrite-driven workflow, enforcing sequence and status updates.
  • Provide structured documentation and change summaries for audits and reviews.

Quick Start

Paste reviewer notes or PR feedback to begin parsing and generating a structured set of actionable tasks.

Frequently Asked Questions about review-implementing

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

FAQPage Schema
How do I systematically implement code review feedback into actionable tasks?

To implement code review feedback, this Skill parses reviewer notes and PR comments to generate a structured set of actionable tasks. It uses a deterministic breakdown to guide developers through required codebase changes systematically.

What is the best way to track progress when implementing pull request review comments?

Tracking progress for pull request comments uses a TodoWrite-driven workflow that creates, updates, and completes todos. It enforces a single in-progress item to ensure sequential implementation of reviewer notes.

Can I use this to process code review feedback across different programming languages and frameworks?

Yes, you can process code review feedback across languages and frameworks. The Skill parses review comments and feedback bundles universally, applying deterministic task breakdowns regardless of the project's tech stack.

Does implementing PR feedback require validating changes against project conventions?

Validating changes against project conventions like CLAUDE.md is required when implementing PR feedback. The Skill ensures generated tasks and code edits align with established project rules before marking todos complete.

How do I start converting reviewer notes into a structured task breakdown?

To start converting reviewer notes into a structured task breakdown, simply paste the PR feedback or review comments into the Skill. It immediately parses the input and generates actionable to-dos for your software project.

What limitations exist when enforcing a single in-progress todo for code review fixes?

The limitation of enforcing a single in-progress todo for code review fixes is that parallel implementation of reviewer notes is restricted. This constraint ensures deterministic task tracking but requires sequential completion of feedback items.