review-code

Review code changes with severity-ordered findings and file references.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual code reviews are often inconsistent, miss high-severity issues, and lack clear prioritization, leading to delayed fixes and overlooked risks. This skill automates structured, Maestro-standard code reviews that surface the most critical problems first with exact file locations for fast resolution.

Core Features & Use Cases

  • Severity-Ordered Findings: All review issues are classified as Critical, Major, Minor, or Suggestion so you can address the highest-risk problems first.
  • Precise Issue References: Every finding includes concrete file paths and line numbers to eliminate guesswork during fixes.
  • Use Case: Use this skill when submitting a pull request to get an automated first-pass review that flags security vulnerabilities, regressions, missing tests, and maintainability risks before human review.

Quick Start

Use the review-code skill to review the changes in your latest git commit for correctness, security, and missing tests.

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I automate a code review for my latest git commit?

Automate a code review by analyzing your latest git commit for correctness, security vulnerabilities, and missing tests. It provides a structured first-pass validation to identify maintainability risks and regressions before human review.

What is severity classification in a pull request code review?

Severity classification in a pull request code review categorizes findings into Critical, Major, Minor, or Suggestion levels. This prioritization ensures developers address the highest-risk security vulnerabilities and maintainability risks before lower priority issues.

Can I get exact file and line references for code quality issues?

Yes, you can get exact file and line references for code quality issues. The review provides concrete file paths and specific line numbers for every finding to eliminate guesswork and accelerate resolution during fixes.

Does this code review tool detect security vulnerabilities and regressions?

Yes, this code review tool detects security vulnerabilities and regressions. It performs a security audit and regression analysis on post-change codebases to surface critical risks during pull request validation and pre-commit checks.

How do I perform a maintainability risk assessment on a git diff?

Perform a maintainability risk assessment by applying structured review standards directly to your git diff. The review evaluates post-change codebases to identify potential maintainability risks and missing tests with precise issue references.

When do I need an automated pre-commit code review?

You need an automated pre-commit code review when you require consistent review standards before submitting a pull request. It flags high-severity issues early, establishing a reliable baseline for subsequent human review.