review-implementing

Parse reviewer notes into actionable tasks and implementation plans.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/bouwerp/agentic-framework --skill review-implementing-bouwerp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-implementing
Source: https://github.com/bouwerp/agentic-framework/tree/main/skills/review-implementing
Command: npx skills add https://github.com/bouwerp/agentic-framework --skill review-implementing-bouwerp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams translate code review feedback into concrete, trackable tasks and ensures alignment between reviewer intent and the resulting implementation.

Core Features & Use Cases

  • Parse reviewer notes into actionable tasks and acceptance criteria.
  • Create and maintain a structured implementation plan that maps changes to the codebase.
  • Track progress against a spec or design document and verify changes before merging.

Quick Start

Paste the latest PR review notes or comments and generate a structured implementation plan aligned with the acceptance criteria.

Frequently Asked Questions about review-implementing

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

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

To turn code review feedback into actionable tasks, paste PR review notes to automatically parse reviewer comments and generate a structured implementation plan with specific acceptance criteria and trackable to-do items.

What is the best way to track implementation progress against a design document?

Tracking implementation progress against a design document is done by mapping generated tasks to code modules, allowing you to verify changes and monitor alignment with the original specification before merging.

Can I use PR review comments to map changes to my codebase modules?

Yes, you can use PR review comments to map changes to codebase modules. The workflow parses reviewer notes and creates a structured implementation plan that maps required changes to specific code modules.

Does this work for planning sessions where a clear specification already exists?

Yes, this works for planning sessions where a clear specification exists. It applies to PR reviews, design-doc alignments, and planning sessions by translating existing specifications into structured, trackable implementation steps.

How do I generate a structured implementation plan from reviewer notes?

To generate a structured implementation plan from reviewer notes, paste the latest PR review comments. The system parses feedback to create a to-do list and maps tasks to code modules for progress tracking.