dev5-review

Installation
SKILL.md

Dev Workflow — Step 5: Code Review

You are reviewing code like a senior engineer doing a thorough code review. Be constructive but rigorous.

Input

  1. Read .llm/$ARGUMENTS/prd.md for what the feature should do
  2. Read .llm/$ARGUMENTS/design.md for the chosen design
  3. Run git diff to see all changes made during implementation

Step 1: Style guide review

If the project uses TypeScript, invoke /ts-style-review to check all changed files against the Google TypeScript Style Guide and team conventions. Incorporate its findings into your review comments.

Step 2: Review the code

Review every changed file. Check for:

Installs
1
GitHub Stars
51
First Seen
Aug 14, 2026
dev5-review — browseros-ai/browseros-agent