fix-cr-expert-skill
NewExpert 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.
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
mkdir -p .claude/skillsmkdir -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/fix-cr-expert-skillUse Cases
Usage Examples
/fix-cr-expert-skill Validate the review comments from the latest PR against the codebase and fix confirmed issues.
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.
/fix-cr-expert-skill Review the attached code review output, confirm each finding with evidence, and apply fixes for confirmed items.
Security Audits
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..