address-review

Parse review comments, apply fixes, and run build and smoke tests.

3|Updated Aug 28, 2025
One-click install
npx skills add https://github.com/mrgeoffrich/mini-infra --skill address-review-mrgeoffrich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-review
Source: https://github.com/mrgeoffrich/mini-infra/tree/main/.claude/skills/address-review
Command: npx skills add https://github.com/mrgeoffrich/mini-infra --skill address-review-mrgeoffrich

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill assists developers and reviewers in systematically validating, fixing, and re-testing code review findings, reducing manual effort and minimizing errors.

Core Features & Use Cases

  • Automated review validation: Parses review comments and verifies findings against source code to confirm their validity.
  • Impactful fixing: Applies validated fixes, runs build and tests, and manages branch updates seamlessly.
  • Use Case: When a team receives a detailed code review, use this Skill to automatically verify each issue, apply fixes, and ensure code health before merging.

Quick Start

Use the address-review skill to process review findings on the MINI-NN repository and automatically validate, fix, test, and update the PR branch as needed.

Frequently Asked Questions about address-review

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

FAQPage Schema
How do I automate code review fixing and validation across source files?

Automating code review fixing involves parsing review comments, validating code context, applying fixes, and running build and test steps. This ensures changes are properly integrated into the development workflow before merging.

What is the best way to verify code review findings against source code?

Verifying code review findings requires parsing review comments and checking them against source files to confirm validity. Automated validation reduces manual effort and minimizes errors during the review process.

How do I run build and test steps automatically after applying code review fixes?

Running build and test steps after code review fixes requires applying validated changes, executing project-specific smoke tests, and managing branch updates. This ensures code health before merging.

Can I use automated review validation for documentation files as well as source code?

Automated review validation supports both source files and documentation. It parses review comments across all file types, verifies findings, and applies fixes systematically to maintain overall code health.

How does automated code review fixing handle branch updates and integration?

Automated code review fixing manages branch updates by applying validated fixes, running build and tests, and ensuring changes integrate seamlessly into the development workflow. It updates PR branches as needed.

When should I avoid automating code review finding validation and fixing?

Avoid automating code review validation when review comments lack sufficient context for parsing, or when project-specific smoke tests are not defined. Manual intervention ensures accuracy in ambiguous code scenarios.