What problem does it solve? AL/Business Central changes that pass linters can still carry structural defects, BC anti-patterns, misleading names, and accidental AppSource public-surface lock-in. This Skill runs a deliberate review gate at slice-done and feature-done boundaries so those defects are caught before user verification or merge. ## Core Features & Use Cases - Multi-lens review pass: Spawns parallel review lenses covering project compliance and naming, bug scanning, BC-specific anti-patterns via bc-code-intelligence, code comments and git history, and AppSource public-surface additions. - Adversarial judging and cross-family veto: Deduplicates findings, adversarially tests each one, and runs a second-opinion cross-family pass before anything is reported as must-fix. - Report-only or --fix modes: Reports a must-fix queue, nits, rigor notes, and escalations by default; with --fix it lands fixable findings via a red-green subagent and re-reviews once. - Use Case: After the last technical task of a user-facing slice flips to done, run the review to validate the diff against ADRs, the test specification, and BC vocabulary, then stamp review: clean and open the verify task. ## Quick Start Ask the assistant to run /al-code-review on the current slice diff once all its technical tasks are done and the build is green.