handle-cr

Process code review findings from Markdown files with interactive actions.

4|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/alphaleonis/decaf-claude-config --skill handle-cr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handle-cr
Source: https://github.com/alphaleonis/decaf-claude-config/tree/main/decaf-review/skills/handle-cr
Command: npx skills add https://github.com/alphaleonis/decaf-claude-config --skill handle-cr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing code review findings by guiding you through each issue one by one, ensuring no critical feedback is missed.

Core Features & Use Cases

  • Interactive Review: Walks you through each code review finding, allowing you to choose how to proceed.
  • Severity Filtering: Focus on high-priority issues by filtering findings based on severity.
  • Batch Actions: Option to fix all similar issues at once, saving significant time.
  • Use Case: After a code review generates a report with 20 findings, use this Skill to systematically review and fix each one, or batch fix common issues, without getting overwhelmed.

Quick Start

Use the handle-cr skill to walk through all code review findings in the latest report.

Frequently Asked Questions about handle-cr

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

FAQPage Schema
How do I process code review findings from a Markdown report interactively?

You can process code review findings interactively by loading a Markdown report into the Skill, which then walks you through each issue one by one to ensure no critical feedback is missed. It allows you to select specific actions for each finding.

Can I batch fix similar code review issues automatically?

Yes, you can batch fix similar code review issues automatically. The Skill identifies related findings and offers an option to fix all of them at once, saving significant time during the interactive review process.

Does this code review tool support filtering findings by severity?

Yes, the code review tool supports severity filtering. You can focus on high-priority issues by filtering findings based on their severity level, allowing you to address critical feedback before lower-priority items.

What is the best way to handle interrupted code review sessions?

The best way to handle interrupted code review sessions is using the Skill's state management feature. It saves your progress and allows you to resume interrupted sessions, providing a comprehensive summary upon completion.

Can I defer code review findings to an external issue tracking system?

Yes, you can defer code review findings to an external issue tracking system. During the interactive walkthrough, you can choose to defer issues instead of fixing them immediately within the current workflow.

Does processing code review findings support TDD workflows?

Yes, processing code review findings supports TDD workflows. The Skill integrates test-driven development practices into its interactive issue resolution, allowing you to address findings while maintaining TDD methodology.