review-implementing

Convert reviewer comments and PR feedback into actionable tasks and code edits.

6|1|Updated Nov 8, 2025
One-click install
npx skills add https://github.com/LEEI1337/phantom-neural-cortex --skill review-implementing-leei1337
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-implementing
Source: https://github.com/LEEI1337/phantom-neural-cortex/tree/main/.claude/skills/review-implementing
Command: npx skills add https://github.com/LEEI1337/phantom-neural-cortex --skill review-implementing-leei1337

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts reviewer comments and PR feedback into actionable tasks and changes, ensuring feedback is implemented consistently and efficiently.

Core Features & Use Cases

  • Parse reviewer notes: Break down feedback into discrete items.
  • TodoWrite-based workflow: Create and track actionable tasks.
  • Systematic implementation: Apply changes one-by-one with validation.
  • Documentation & tests: Update docs and tests to reflect changes.

Quick Start

Paste reviewer notes or PR feedback. The Skill will generate a to-do list, mark items in progress, and guide you through implementing each item, running tests after each step.

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 feedback implementation converts reviewer comments into a structured to-do list, then applies each change one-by-one to the codebase with validation. The Skill breaks down feedback items, tracks progress, and verifies changes against syntax and tests before marking tasks complete.

Can I automate processing PR feedback across different projects?

Yes. The Skill handles reviewer comments and PR feedback across diverse projects by parsing numbered items and bullet points, creating actionable tasks, locating relevant code with search patterns, and applying edits systematically while respecting each project's conventions.

What's the best way to track and apply multiple review comments at once?

A TodoWrite-based workflow organizes multiple feedback items into discrete tasks, marks each in progress as you work through them, and updates status in real time. This ensures no feedback is missed and changes are applied consistently.

How do I ensure review changes don't break existing tests or syntax?

The Skill verifies each applied change by running syntax checks and tests after each step, catching errors immediately. This prevents feedback implementations from introducing regressions or code quality issues.

Does the Skill update documentation when applying code changes?

Yes. The Skill updates documentation and tests alongside code changes to reflect feedback. This keeps docs aligned with implementation and ensures comprehensive feedback resolution.