What problem does it solve? Single-model code reviews can miss bugs that a model from a different vendor lineage would catch. This Skill sends your branch's diff vs main to a configurable second-opinion backend (Azure AI Foundry, GitHub Models, or Copilot CLI) and returns advisory HIGH/CRITICAL findings without modifying any code. ## Core Features & Use Cases - Multi-backend reviewer profiles: Choose between Azure Foundry OpenAI endpoints, legacy Azure AI Inference, GitHub Models, or the Copilot CLI, all authenticated via OAuth with no static API keys. - Advisory-only findings: The reviewer reports only HIGH or CRITICAL issues (security, correctness, data loss) and never applies changes; results are saved as markdown under flow/reviews/. - Use Case: Before merging a feature branch, run /cross-review with the github-o3-mini profile to get a second opinion on the diff, then decide yourself which findings warrant fixes. ## Quick Start Ask the assistant to run a cross-vendor review of the current branch using the default profile, after copying profiles.example.json to profiles.json and completing the required OAuth login.