dev5-review

Review TypeScript or JavaScript code for quality, correctness, and style.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill conducts a thorough code review workflow: it reviews implemented code for quality, correctness, and style, and produces review comments with an automated commit to the repository. It is a sub-skill of the /dev workflow.

Core Features & Use Cases

  • Style-guided evaluation: If the project uses TypeScript, invoke /ts-style-review to enforce Google TypeScript Style Guide and team conventions, incorporating its findings into the review.
  • Comprehensive code review: Inspect correctness, edge cases, architecture, and safety across changed files; ensure readability and maintainability.
  • Comment generation & handoff: Produce structured review comments and present a summary with recommended fixes and a commit step.
  • Commit & hand off: Stage changes, commit with a descriptive message, and trigger subsequent steps (dev6-review-fix if issues exist or dev7-pr if clean).

Quick Start

Trigger a code review on the current feature branch by supplying the design and PRD inputs and then generate review comments and a commit.

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 review comments for a TypeScript feature branch?

To automate code review comments for a TypeScript feature branch, supply your design and PRD inputs to trigger a review that evaluates quality, correctness, and style, then generates structured feedback and a commit.

What does a comprehensive code review cover for JavaScript projects?

A comprehensive code review for JavaScript projects covers correctness, edge cases, architecture, and safety across changed files, while enforcing style guides to ensure readability and maintainability.

Can I enforce the Google TypeScript Style Guide during a pull request review?

Yes, you can enforce the Google TypeScript Style Guide during a pull request review by invoking style-guided evaluation to check team conventions and incorporate those findings into the final review.

How do I generate a git commit with descriptive messages after a code review?

To generate a git commit with descriptive messages after a code review, stage your changed files and use the automated commit step to finalize the review handoff with a structured summary.

What are the limitations of automated code reviews for TypeScript?

Limitations of automated code reviews include relying on supplied design and PRD inputs for context, and requiring subsequent manual fixes if the review identifies structural or safety issues.