review-and-fix

Reviews current code changes with git diffing and applies fixes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides an unbiased code review by simulating a fresh set of eyes, identifying potential issues that might be missed due to existing implementation context, and then automatically applying fixes for identified problems.

Core Features & Use Cases

  • Fresh Context Review: Conducts code reviews without prior knowledge of implementation decisions, mimicking an external reviewer.
  • Automated Fix Application: Implements fixes for legitimate issues flagged during the review.
  • Use Case: After completing a new feature, run this skill to get an objective review of your changes and automatically address any bugs or clarity issues before committing.

Quick Start

Run a fresh-context code review on your current changes and apply any necessary fixes.

Frequently Asked Questions about review-and-fix

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

FAQPage Schema
How do I run an unbiased code review on my current git changes?

To run an unbiased code review on git changes, use a fresh-context sub-agent to analyze your current diffs without prior implementation knowledge. It identifies overlooked errors and automatically applies fixes to ensure code quality before committing.

What is a fresh-context code review and how does it catch bugs?

A fresh-context code review analyzes code changes by simulating an external reviewer with no prior knowledge of implementation decisions. This unbiased approach catches overlooked errors and clarity issues that developers often miss when reviewing their own work.

Do I need git to perform an automated code review and apply fixes?

Yes, you need git to perform automated code reviews because the skill relies on git diffing to detect current code changes. An optional CLAUDE.md file can also be provided to supply project-specific guidelines for the review.

When should I run an automated code review in my software development workflow?

You should run an automated code review after completing a new feature and before committing. This ensures potential bugs and clarity issues are objectively reviewed and automatically fixed before the code changes enter your project history.

Can I use a CLAUDE.md file to provide project guidelines for code review?

Yes, you can use a CLAUDE.md file to provide project guidelines for code review. The skill reads this optional file to apply your specific project standards while performing unbiased analysis and automated refactoring on your git changes.