dev6-review-fix

Automates triaging review comments, applying fixes across files, and committing descriptive changes.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Sridhar-Ranganaboina/WebGenie --skill dev6-review-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev6-review-fix
Source: https://github.com/Sridhar-Ranganaboina/WebGenie/tree/main/packages/browseros-agent/.claude/skills/dev6-review-fix
Command: npx skills add https://github.com/Sridhar-Ranganaboina/WebGenie --skill dev6-review-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates applying code-review fixes and committing them as part of the /dev workflow. This reduces manual back-and-forth to triage comments, apply changes, and prepare commits that reflect review feedback, ensuring consistent history.

Core Features & Use Cases

  • Triage review comments by severity (Critical, Suggestions, Nits) and organize fixes.
  • Apply fixes across multiple files, verify changes, and run tests if available.
  • Commit fixes with a descriptive message and hand off to PR workflow.

Quick Start

Run the dev6-review-fix workflow to apply review comments and commit the fixes.

Frequently Asked Questions about dev6-review-fix

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

FAQPage Schema
How do I automatically apply code review fixes and commit them in Git?

Automatically applying code review fixes and committing them is handled by triaging feedback by severity, applying changes across multiple files, running tests, and pushing a descriptive commit for your pull request.

What is the best way to triage and organize code review comments before committing?

Triage code review comments by organizing them into Critical, Suggestions, and Nits categories. This structured approach ensures fixes are prioritized correctly before changes are applied and committed.

How do I automate a dev workflow to apply review fixes across multiple files?

Automating a dev workflow to apply review fixes involves processing triaged comments, applying changes across multiple files, verifying the results, and running available tests before creating a clean commit.

Can I run tests automatically after applying code review fixes?

Yes, running tests automatically after applying code review fixes is supported. The workflow verifies applied changes and executes available tests to ensure the fixes do not break existing functionality before committing.

Does the automated review fix workflow integrate with my existing Git pull request process?

The automated review fix workflow integrates with your pull request process by producing a clean, descriptive commit ready for handoff. It ensures your commit history consistently reflects the applied review feedback.

Why should I use an automated workflow for bug-fix commits instead of manual changes?

Using an automated workflow for bug-fix commits reduces manual back-and-forth when triaging comments and applying changes. It ensures consistent commit history and provides a documentation-ready handoff for development teams.