review

Review branch changes against the base branch for bugs, security, architecture, and quality issues.

2|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/rioX432/live-translate --skill review-riox432
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/rioX432/live-translate/tree/main/.claude/skills/review
Command: npx skills add https://github.com/rioX432/live-translate --skill review-riox432

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams review branch changes systematically so bugs, security issues, and design regressions are caught before merge.

Core Features & Use Cases

  • Multi-agent review: Coordinates parallel reviewers to inspect the same change set from different angles.
  • Bug and security checks: Focuses on null safety, concurrency, error handling, secrets exposure, and other high-risk issues.
  • Architecture and quality checks: Evaluates layering, design consistency, naming, complexity, and test coverage.
  • Use case: Ideal for pull request reviews, release readiness checks, and risky refactors that need a clear severity-ranked report.

Quick Start

Ask this skill to review the current branch against the base branch and report any bugs, security risks, architecture issues, and quality concerns.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review a git diff for bugs and security issues before merging a pull request?

Reviewing a git diff for bugs and security issues requires analyzing branch changes against a base branch to catch concurrency, error handling, and secret exposure risks. This Skill coordinates parallel reviewers to deduplicate and severity-rank findings.

What's the best way to check code quality and architecture regressions in a branch?

Checking code quality and architecture regressions requires evaluating layering, design consistency, naming, complexity, and test coverage. This Skill reviews branch changes to identify these issues and produces a severity-ranked report for release readiness.

Does multi-agent code review work with GitHub pull request metadata and git history?

Multi-agent code review works with git history, diffs, and optional GitHub pull request metadata. The Skill orchestrates parallel reviewers to inspect changed files from different angles, generating deduplicated and severity-ranked findings.

Can I use automated pull request review for risky refactors and release readiness checks?

Automated pull request review is ideal for risky refactors and release readiness checks. This Skill systematically inspects branch changes to catch design regressions, security vulnerabilities, and high-risk bugs before they ship.

What types of security vulnerabilities can code review detect in branch changes?

Code review can detect security vulnerabilities including secrets exposure, null safety issues, and concurrency flaws in branch changes. This Skill focuses on these high-risk areas to prevent bugs from shipping.

When do I need parallel analysis of changed files in software engineering repositories?

Parallel analysis of changed files is needed when reviewing pull requests, inspecting commits, or performing risky refactors. This Skill applies multi-agent review to inspect changes from different angles and deduplicates severity-ranked findings.