This orchestrates three code reviewers in parallel (Codex, Claude's built-in /review, and /code-review max) then cross-validates their findings into one merged report. The idea is to catch what any single reviewer might miss and filter out false positives through majority agreement. It's overkill for quick PR checks, but if you're auditing a risky refactor or security-sensitive changes and want multiple perspectives without reading three separate outputs, it does the synthesis work for you. Requires Codex CLI installed, otherwise falls back to two reviewers. The cross-validation step is the real value here, not just concatenating three reports.
npx skills add https://github.com/trancong12102/agentskills --skill council-review