kramme:resolve-review

Resolve code review findings by applying fixes and generating a REVIEW_OVERVIEW.md.

2|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-resolve-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kramme:resolve-review
Source: https://github.com/Abildtoft/kramme-cc-workflow/tree/main/skills/kramme%3Aresolve-review
Command: npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-resolve-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the resolution of code review findings by implementing fixes and documenting changes.

Core Features & Use Cases

  • Automatic fixes: Apply fixes derived from review comments and generate a patch note.
  • Documentation: Create a clear REVIEW_OVERVIEW.md outlining findings, decisions, and changes.
  • Use Case: When a PR has multiple review comments, run this Skill to auto-apply safe fixes and produce an overview document.

Quick Start

Use the kramme:resolve-review skill to automatically identify and apply fixes for an open code review, then generate a REVIEW_OVERVIEW.md documenting all findings and actions.

Frequently Asked Questions about kramme:resolve-review

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

FAQPage Schema
How do I automatically resolve code review findings from a pull request?

To automatically resolve code review findings, you can use a workflow that reads review context from PRs, generates fixes, and outputs a patch. This Skill automates that process and creates a REVIEW_OVERVIEW.md detailing the actions taken.

What is the best way to document code review fixes and decisions in a Git repository?

The best way to document code review fixes is to generate a REVIEW_OVERVIEW.md file outlining findings, decisions, and changes. This Skill automatically creates this documentation while applying fixes derived from review comments.

Can I apply safe fixes and generate patch notes from multiple PR review comments at once?

Yes, you can apply safe fixes and generate patch notes from multiple PR review comments. This Skill reads the review context, applies deterministic fixes, and outputs an overview document detailing all findings and actions.

Does this code review resolution workflow require any dependencies or external components?

No, this code review resolution workflow does not require any dependencies or external components. It operates independently to read review context, implement fixes, and generate documentation for Git repositories.

When do I need to generate a REVIEW_OVERVIEW.md for code review workflows?

You need to generate a REVIEW_OVERVIEW.md when you want a clear record of code review findings, decisions, and applied changes. It is useful after receiving multiple review comments on a PR or merged changes.

Why use an automated workflow for code review findings instead of manually applying fixes?

An automated workflow for code review findings ensures deterministic fixes and consistent documentation. It saves time by automatically reading review context, applying safe fixes, and detailing all actions in a patch note and overview file.