code-review

Automate code reviews with scope detection and structured severity reporting.

453|34|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/josstei/maestro-gemini --skill code-review-josstei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/josstei/maestro-gemini/tree/main/skills/code-review
Command: npx skills add https://github.com/josstei/maestro-gemini --skill code-review-josstei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines and standardizes code reviews by defining a clear scope-detection protocol, structured delegation, and formal reporting to improve defect detection and consistency across teams.

Core Features & Use Cases

  • Scope Detection Protocol with deterministic steps
  • Delegation to code_reviewer agent with full diff content and context
  • Severity classification (Critical, Major, Minor, Suggestion)
  • Structured output including a verification and deduplication process
  • Integration with Maestro /maestro:review workflow and orchestration gates
  • Rich context for language/project information (from project configs)

Quick Start

Provide a scope for your review by specifying file paths or enable diff-based scope detection, then run the /maestro:review command to generate a prioritized findings report

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for staged changes and pull requests?

Automated code review for pull requests uses deterministic scope-detection to analyze staged changes or last-commit diffs. It delegates diff content with context enrichment to generate structured, prioritized findings reports.

What is the best way to standardize code review findings across a team?

Standardize code review findings by applying a severity classification protocol (Critical, Major, Minor, Suggestion) with structured reporting. This process uses verification and deduplication rules to ensure reproducible findings across team members.

Can I integrate automated code review into my CI/CD quality gates?

Automated code review integrates with Maestro-driven quality gates and orchestration workflows. You can run the review command to enforce quality assurance checks and generate structured reports within your continuous integration pipelines.

Does static analysis for code quality work with custom file paths?

Static analysis and code quality checks support custom file paths. You can explicitly specify file paths for the review scope or enable diff-based scope detection to automatically analyze the relevant changes.

Why do I need deduplication rules in automated code review workflows?

Deduplication rules in automated code review eliminate redundant findings. They ensure the final structured reporting provides a clean, verifiable output format without duplicated defects, improving overall review reproducibility.