review-implementing

Parse code review feedback, create todos, apply edits, and validate with tests.

1|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/synqing/Lightwave-Ledstrip --skill review-implementing-synqing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-implementing
Source: https://github.com/synqing/Lightwave-Ledstrip/tree/main/.claude/skills/review-implementing
Command: npx skills add https://github.com/synqing/Lightwave-Ledstrip --skill review-implementing-synqing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you systematically process and implement changes based on code review feedback.

Core Features & Use Cases

  • Parse reviewer notes: Extracts actionable items
  • Todo list creation: Uses TodoWrite to track tasks
  • Implement changes: Modify code with adherence to conventions
  • Validation: Run tests and linting as needed
  • Communication: Keep reviewer updated

Quick Start

Paste reviewer comments and say: "Address these reviewer notes"

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?

Code review implementation extracts actionable items from reviewer comments, creates a tracked task list, applies changes to your codebase, and validates modifications with tests. This workflow ensures all feedback is addressed, documented, and traceable to project conventions.

What's the best way to parse and organize reviewer notes?

Parsing reviewer feedback identifies specific change requests, extracts actionable items, and structures them as a prioritized task list. This prevents feedback from being overlooked and creates a clear workflow for systematic implementation across your codebase.

How do I track code changes requested in PR feedback?

Use a TodoWrite-driven task list to track each reviewer request as an individual item. This approach maintains visibility into what was requested, what's been completed, and what remains, while keeping your reviewer informed of progress.

Can I validate code changes after implementing review feedback?

Yes. After implementing feedback, run tests and linting to validate modifications conform to project conventions and don't introduce regressions. Documentation updates ensure changes are communicated and traceable to the original feedback.

What happens if reviewer feedback conflicts with existing code patterns?

During implementation, evaluate feedback against your project's conventions and architecture. Document any conflicts or trade-offs, communicate them back to the reviewer, and resolve discrepancies before merging to maintain code consistency.