cross-review

Cross-reviews a branch diff against main for critical correctness and security issues via OAuth-backed reviewers.

1|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/corticalstack/claude-code-flow --skill cross-review-corticalstack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cross-review
Source: https://github.com/corticalstack/claude-code-flow/tree/main/.claude/skills/cross-review
Command: npx skills add https://github.com/corticalstack/claude-code-flow --skill cross-review-corticalstack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, git, az, gh, copilot, tr, wc, date, and includes scripts (resource) and references (resource) components.

What problem does it solve?

It helps you catch high-impact issues by running an advisory code review from a different model/vendor lineage against your branch’s diff vs main.

Core Features & Use Cases

  • Advisory cross-vendor review: Produces security/correctness-focused findings without applying any changes.
  • Configurable reviewer backend: Selects a second-opinion profile (Azure Foundry, GitHub Models, or Copilot CLI) via profiles.json.
  • Diff-based targeting: Reviews only the current branch’s changes vs main (or a configurable base ref), and saves a persistent markdown report for re-reading.

Quick Start

Ask the AI to run /cross-review using your preferred reviewer profile name (or the default if you don’t specify one).

Frequently Asked Questions about cross-review

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

FAQPage Schema
How do I get a second opinion code review for my Git branch diff?

You can get a second opinion code review by running an advisory cross-vendor analysis against your branch diff versus main. This process surfaces high or critical correctness and security issues without modifying your code.

Can I use GitHub Models or Azure Foundry to review my code diff?

Yes, you can use GitHub Models or Azure Foundry to review your code diff. The reviewer backend is configurable via profiles.json, allowing you to select a second-opinion profile from a different model or vendor lineage.

What dependencies do I need to run an AI-assisted diff analysis?

To run an AI-assisted diff analysis, you need dependencies including git, gh, az, copilot, jq, curl, tr, wc, and date installed in your environment to support the dispatching and reporting workflow.

How does cross-vendor code review handle security advisories?

Cross-vendor code review handles security advisories by dispatching your diff to OAuth-backed reviewer backends. It analyzes the changes and saves persistent markdown findings to flow/reviews without applying any code modifications.

Does the Copilot CLI code review modify my source code?

No, the Copilot CLI code review does not modify your source code. It acts strictly as an advisory tool that generates a markdown report of correctness and security findings for you to review.