dev6-review-fix

Apply code review fixes, run tests, and create a git commit.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of addressing code review comments so developers can quickly triage feedback, apply fixes, verify correctness, and produce a clean commit for the feature branch.

Core Features & Use Cases

  • Triage and Prioritization: Classifies review comments into Critical, Suggestions, and Nits to focus effort on correctness and security first.
  • Targeted Fix Application: Reads referenced files and lines from review notes, applies code changes, and ensures updates align with the feature intent documented in prd.md.
  • Verification and Commit: Runs the test suite when available to detect regressions, stages changes, commits with a standardized message, and hands off to the next PR step.
  • Use Case: A developer receives a review for a feature branch, uses this Skill to programmatically apply reviewers' fixes, confirm tests pass, and create a commit ready for the pull request.

Quick Start

Apply review fixes for feature signup-form by reading .llm/signup-form/tmp_review.md and .llm/signup-form/prd.md, implement the fixes, run tests, commit the changes, and trigger the next PR step.

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 from a git feature branch?

Automating code review fixes involves reading review notes and PRD files, triaging comments by severity, applying targeted code changes across referenced files, running the test suite to verify regressions, and staging a git commit with a standardized message before triggering a pull request workflow.

What is the best way to triage and prioritize code review comments for a developer workflow?

Triage and prioritize code review comments by classifying them into Critical, Suggestion, and Nit categories to focus development effort on correctness and security first, then applying targeted fixes to the referenced files based on the feature intent documented in the PRD.

How do I run tests and stage a git commit after applying code review fixes?

To run tests and stage a git commit after applying fixes, execute the available test suite to detect regressions, stage the modified code changes in git, and create a commit with a standardized message that hands off to the subsequent pull request workflow step.

Can I use a Skill to apply code review fixes if my project lacks a test suite?

Applying code review fixes without a test suite is supported by staging and committing changes directly, although running the test suite when available is required to detect regressions and verify correctness before creating the final git commit.

Do I need repository access to automate commit and code review fix workflows?

Repository access is required to automate code review fix workflows because the process needs permission to read and edit files, run the test suite, stage code changes, and create a git commit before invoking the subsequent pull request workflow step.