Skip to content
BeClaude

fix-cr-expert-skill

New
GitHub TrendingGeneralby Flower-F

Expert agent skill: validate code review findings against the codebase, decide fix/skip/defer per item with evidence, fix only confirmed issues after you confirm. Pairs with code-review-expert.

First seen 6/28/2026

Summary

This skill validates code review findings against the actual codebase, determining whether each issue should be fixed, skipped, or deferred with clear evidence.

  • It ensures only confirmed issues are addressed, reducing noise and focusing effort on impactful changes.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/fix-cr-expert-skill.md https://raw.githubusercontent.com/Flower-F/fix-cr-expert-skill/main/SKILL.md
3
Invoke in Claude Code
/fix-cr-expert-skill

Use Cases

Validate a list of code review comments against the current codebase to confirm which issues are still present.
Decide whether to fix, skip, or defer each code review finding based on code evidence and context.
Automatically apply fixes for confirmed code review issues after user confirmation.
Cross-reference review feedback with recent code changes to avoid redundant or outdated suggestions.
Generate a summary report of code review findings with status and evidence for each item.

Usage Examples

1

/fix-cr-expert-skill Validate the review comments from the latest PR against the codebase and fix confirmed issues.

2

I have a list of code review findings from the last review. Please check each one against the current code and tell me which to fix, skip, or defer.

3

/fix-cr-expert-skill Review the attached code review output, confirm each finding with evidence, and apply fixes for confirmed items.

View source on GitHub
code-reviewagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is fix-cr-expert-skill?

This skill validates code review findings against the actual codebase, determining whether each issue should be fixed, skipped, or deferred with clear evidence. It ensures only confirmed issues are addressed, reducing noise and focusing effort on impactful changes.

How to install fix-cr-expert-skill?

To install fix-cr-expert-skill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/fix-cr-expert-skill.md https://raw.githubusercontent.com/Flower-F/fix-cr-expert-skill/main/SKILL.md. Finally, /fix-cr-expert-skill in Claude Code.

What is fix-cr-expert-skill best for?

fix-cr-expert-skill is a skill categorized under General. It is designed for: code-review, agent. Created by Flower-F.

What can I use fix-cr-expert-skill for?

fix-cr-expert-skill is useful for: Validate a list of code review comments against the current codebase to confirm which issues are still present.; Decide whether to fix, skip, or defer each code review finding based on code evidence and context.; Automatically apply fixes for confirmed code review issues after user confirmation.; Cross-reference review feedback with recent code changes to avoid redundant or outdated suggestions.; Generate a summary report of code review findings with status and evidence for each item..