code-review-orchestrating

Orchestrate code reviews across security, performance, correctness, and maintainability.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wizeline/sdlc-agents --skill code-review-orchestrating
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-orchestrating
Source: https://github.com/wizeline/sdlc-agents/tree/main/aicores/code-review-agent/skills/code-review-orchestrating
Command: npx skills add https://github.com/wizeline/sdlc-agents --skill code-review-orchestrating

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of conducting thorough code reviews by coordinating specialized analysis across multiple dimensions, ensuring code quality, security, and maintainability.

Core Features & Use Cases

  • Multi-dimensional Analysis: Integrates security, performance, correctness, and maintainability checks.
  • Automated Reporting: Synthesizes findings into a unified, actionable report with scores and prioritized recommendations.
  • Contextual Awareness: Can invoke additional skills to gather necessary codebase context.
  • Use Case: When a developer requests a full review of their Pull Request, this orchestrator triggers all specialist skills, consolidates their feedback, and generates a comprehensive report for the developer.

Quick Start

Initiate a full code review for the current file.

Frequently Asked Questions about code-review-orchestrating

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

FAQPage Schema
How do I automate code review for a pull request across multiple dimensions?

Code review orchestration coordinates specialized analysis across security, performance, correctness, and maintainability by triggering specialist skills, then synthesizing their findings into a unified report with scores and prioritized action items for code quality assurance.

What does multi-dimensional code analysis include for maintainability and security?

Multi-dimensional code analysis includes invoking specialist skills to evaluate security vulnerabilities, performance bottlenecks, logical correctness, and maintainability issues, assigning scores to each dimension for comprehensive quality assurance.

Can I review large code diffs with surrounding codebase context automatically?

Yes, the orchestration analyzes code diffs of varying sizes and can invoke additional skills to gather necessary surrounding codebase context, ensuring accurate and comprehensive review feedback for large pull requests.

How do I get prioritized action items from a comprehensive code quality report?

Prioritized action items are generated by synthesizing findings from all specialist code review skills into a unified report, assigning quality scores, and ranking recommendations to guide developers on what to fix first.

Does automated code review work without specific linting or security dependencies?

Yes, automated code review orchestration works without specific external linting or security dependencies. It coordinates specialist skills internally to perform security, performance, and maintainability checks directly on the code.