fix-review

Automate code review feedback analysis and implementation with predefined scripts.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/mattsp1290/dotfiles --skill fix-review-mattsp1290
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-review
Source: https://github.com/mattsp1290/dotfiles/tree/main/.claude/skills/fix-review
Command: npx skills add https://github.com/mattsp1290/dotfiles --skill fix-review-mattsp1290

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of addressing feedback from code reviews, enabling faster and more accurate implementation of suggested changes.

Core Features & Use Cases

  • Review Analysis: Reads and consolidates feedback from multiple reviewers, identifying critical, important, and suggestion-level issues.
  • Intelligent Fixing: Applies code modifications automatically, respecting security constraints and reviewer priorities.
  • Use Case: Developers can quickly implement review suggestions across multiple files, reducing manual effort and errors, especially in large projects with frequent reviews.

Quick Start

Use the fix-review skill to automatically process the latest review in ./reviews/ and apply all identified fixes.

Frequently Asked Questions about fix-review

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

FAQPage Schema
How do I automate code review fixes across multiple files?

Automating code review fixes involves processing structured review data to identify critical issues and apply modifications automatically. This reduces manual effort and errors, especially in large projects with frequent reviews.

Can I prioritize critical code review feedback over minor suggestions?

Yes, review analysis consolidates feedback from multiple reviewers and classifies issues by priority. This ensures critical fixes are implemented before important or suggestion-level modifications are applied.

Does automated code fixing work with version control workflows?

Automated code fixing integrates with version control workflows to improve review turnaround time. It applies modifications automatically while respecting security constraints and reviewer priorities.

What's the best way to handle secure information during automated code reviews?

Automated review tools support secure handling of sensitive information by enforcing security constraints during the fix implementation process. This prevents accidental exposure of sensitive data while applying modifications.

Why does implementing code review feedback take so long in large projects?

Implementing code review feedback manually in large projects requires consolidating feedback from multiple reviewers and applying changes across many files. Automation reads and prioritizes these fixes to reduce turnaround time.