dev5-review

Review code diffs and design docs to generate structured feedback and a commit.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and evaluate code changes to ensure correctness, style, and maintainability.

Core Features & Use Cases

  • Automated code review flow: reads PR descriptions and diffs to generate structured feedback, style checks, and a targeted commit.
  • Structured review comments: outputs per-file notes and a summary to guide developers.
  • Hand-off and escalation: decides whether to request fixes or finalize with a PR merge, based on detected issues.

Quick Start

Review the latest code changes, generate structured review comments, and commit with a clear descriptive message.

Frequently Asked Questions about dev5-review

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

FAQPage Schema
How do I automate code reviews and generate a git commit?▼

Automated code review applies a deterministic workflow that reads PR diffs and descriptions to evaluate correctness and style, then generates structured feedback and a clear git commit. It enforces a staged review process to ensure maintainability.

What is a structured code review workflow for evaluating diffs?▼

A structured code review workflow reads diffs and design docs to identify code changes, evaluate correctness and style, and output per-file notes with a summary. It enforces a staged review process to guide developers through maintainability checks.

Can I automatically request fixes before a PR merge based on review comments?▼

Yes, the review workflow includes hand-off and escalation logic that decides whether to request fixes or finalize with a PR merge based on detected issues. It evaluates code changes and issues structured review comments to guide the decision.

Does this automated code review process work without external dependencies?▼

Yes, the automated code review process operates without external dependencies, reading diffs and design docs to generate structured feedback. It enforces a staged review process independently to ensure code correctness and maintainability.

What's the best way to ensure code style and maintainability during a commit?▼

The best way to ensure code style and maintainability during a commit is to apply a deterministic code-review workflow that reads diffs, generates structured per-file notes, and applies a clear descriptive commit message based on the evaluated changes.

When should I use an automated code review tool instead of manual checks?▼

You should use an automated code review tool when you need to rigorously evaluate code changes for correctness and style across multiple files, requiring structured feedback and a deterministic commit process that manual checks cannot reliably standardize.