review

Coordinate local and GitHub PR code reviews with spec-driven context.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oogDZ/2 --skill review-oogdz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/oogDZ/2/tree/main/.claude/skills/review
Command: npx skills add https://github.com/oogDZ/2 --skill review-oogdz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local branch reviews and GitHub PR reviews are often performed in isolation, causing context loss and missed checks. This Skill unifies both stages into a single, coherent review workflow, ensuring quality before pushes or merges.

Core Features & Use Cases

  • Unified review flow: coordinates local and PR reviews in a single process.
  • Prerequisite enforcement: validates required checks before push or PR submission.
  • Collaboration & traceability: aggregates context from specs and guidelines to speed up reviews across teams.

Quick Start

Run the /review command with an optional PR number to start a unified review workflow before pushing changes.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate unified local and GitHub PR code reviews to prevent missed checks?

Automating unified local and PR code reviews coordinates both stages into a single workflow, validating branch prerequisites and aggregating spec-driven context to prevent missed checks before pushes or merges.

What is a unified code review workflow and when do I need it for git branches?

A unified code review workflow coordinates local branch and pull request reviews in one process. You need it when isolated reviews cause context loss and missed validation checks across your collaboration cycle.

How do I run a code review on a local branch before pushing changes?

Run the /review command with an optional PR number to start a unified review workflow. It enforces prerequisite checks, orchestrates agent-based validators, and updates iteration status automatically before you push changes.

Does this code review automation work with my existing git workflow and pull requests?

Yes, it integrates with git workflows by consuming spec-driven review context and orchestrating agent-based validators. It performs branch readiness checks and coordinates parallel reviews across services without requiring external dependencies.

What is the best way to coordinate code reviews across multiple services for a pull request?

The best way to coordinate code reviews across services is using a unified workflow that orchestrates agent-based validators in parallel, aggregates spec-driven context, and automatically updates iteration status for traceability.

Why does my pull request review miss required branch readiness checks?

Pull request reviews miss required checks when performed in isolation from local branch reviews. A unified review workflow enforces prerequisite validation before push or PR submission to ensure branch readiness.