review-fixing

Parse markdown code-review feedback into prioritized actionable items.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/asakuno/template-repository --skill review-fixing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-fixing
Source: https://github.com/asakuno/template-repository/tree/main/.claude/skills/review-fixing
Command: npx skills add https://github.com/asakuno/template-repository --skill review-fixing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the handling of code-review feedback by turning scattered comments into a structured, repeatable workflow, reducing manual triage time and ensuring traceable fixes.

Core Features & Use Cases

  • Parses review markdown files from common repositories and project directories, classifying items by priority and category.
  • Guides users through an end-to-end loop: implement fixes, verify with tests and linters, perform external reviews, and report results.
  • Supports interactive selection of fixes and generates a consolidated progress report for stakeholders.

Quick Start

Review your latest PR feedback by invoking the fix workflow on a local review file and follow the prompts to select and apply changes.

Frequently Asked Questions about review-fixing

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

FAQPage Schema
How do I automate code-review fixes from markdown feedback?

Automating code-review fixes involves parsing markdown feedback into prioritized items, then coordinating a loop of implementing fixes, running verifications, and performing external reviews until resolved.

What is the best way to organize scattered code-review comments for my team?

The best way to organize code-review comments is parsing markdown files to classify items by priority and category, then guiding an interactive workflow to apply changes and generate a consolidated progress report.

How does an automated code-review workflow handle testing and verification?

An automated code-review workflow handles testing by running an end-to-end loop: implement fixes, verify with tests and linters, perform external reviews, and report results until all issues are resolved.

Can I interactively select which code-review fixes to apply from a PR?

Yes, you can interactively select which code-review fixes to apply. The skill parses review markdown files, presents options to the user for interactive selection, and then applies the chosen changes during the workflow.

Does the code-review fix workflow require any specific testing frameworks?

No specific testing frameworks are required. The workflow coordinates running verifications using your existing tests and linters, operating across common review locations without needing additional framework installations.

What is included in the final report for automated code-review fixes?

The final report for code-review fixes details all iterations and outcomes. It provides a consolidated progress report for stakeholders, ensuring traceable fixes and complete visibility into the end-to-end workflow.