Run code review via reviewer agent
/plugin marketplace add evil-mind-evil-sword/idle/plugin install idle@idledev/# Review Command Run code review on current changes using the reviewer agent. ## Usage ## Pre-check First, verify there are changes to review: If **no changes** (both empty): - Report "No changes to review" - Stop ## Steps Invoke the reviewer agent: The reviewer agent will: 1. Run `git diff` to see changes 2. Look for project style guides in docs/ or CONTRIBUTING.md 3. Collaborate with Codex for a second opinion 4. Return verdict: LGTM or CHANGES_REQUESTED ## Post-Review (on LGTM) After a successful review, persist review markers for the stop hook: This marker tells the st...