dev6-review-fix

Triage code review comments, apply fixes, run tests, and commit changes.

50|37|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill dev6-review-fix-browseros-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev6-review-fix
Source: https://github.com/browseros-ai/BrowserOS-agent/tree/main/.claude/skills/dev6-review-fix
Command: npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill dev6-review-fix-browseros-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates triage and application of code review fixes, enabling a structured, reusable dev workflow from review to commit.

Core Features & Use Cases

  • Triage review comments from dev5-review and categorize them as critical, suggestions, or nits.
  • Apply fixes to the codebase according to the triaged comments, then run tests to verify.
  • Commit fixes with an appropriate message and trigger the next PR step with /dev7-pr.

Quick Start

Read the review comments from .llm/$ARGUMENTS/tmp_review.md and .llm/$ARGUMENTS/prd.md, apply the fixes, run tests, commit the changes, and trigger the next PR workflow.

Frequently Asked Questions about dev6-review-fix

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

FAQPage Schema
How do I automate applying code review fixes to my codebase?

You can automate code review fixes by reading review comments and PRD files, triaging them, applying changes to the codebase, and verifying the fixes by running tests before committing.

What is the best way to triage pull request review comments before committing?

Triage pull request review comments by categorizing them into critical issues, suggestions, and nits, then apply the necessary fixes to the codebase based on that priority.

How do I run tests to verify code review fixes before a commit?

To verify code review fixes, apply the changes to your codebase and execute your test suite; upon successful test completion, commit the changes with an appropriate message.

Can I trigger the next PR workflow step automatically after fixing review comments?

Yes, after applying fixes and passing the test suite, you can commit the changes and automatically trigger the next PR workflow step to advance your development process.

Does this code review automation workflow require specific input files?

Yes, the workflow operates by reading guidance from specific markdown files containing temporary review comments and product requirements to shape the applied codebase changes.

Why should I categorize code review comments during the fix workflow?

Categorizing code review comments as critical, suggestions, or nits helps prioritize fixes effectively, ensuring important issues are addressed before running tests and committing.