What problem does it solve? Automated PR reviewers like Codex and Copilot post findings that are sometimes wrong, duplicated, or only partially scoped. This Skill provides a disciplined playbook for verifying each finding against the actual code, sweeping the entire defect class across the change, and closing every review thread so a branch survives a strict pre-merge audit. ## Core Features & Use Cases - Finding triage and verification: Classify each bot comment as real, partial, or false-positive with evidence, and group duplicate findings across reviewers. - Completeness sweeps: Fix every instance of a valid defect class (e.g., missing WITH USER_MODE in SOQL) across the whole feature, not just the cited line. - Thread resolution protocol: Reply in-thread with the commit SHA, react to valid comments, resolve threads via GraphQL, and confirm zero unresolved threads across all pages. - Pre-merge main comparison audit: Detect branch-side reverts of newer main content and foreign commits inherited from composed integration branches before merging. - Use Case: Before promoting a release branch to main, run the deep audit: triage 15 bot comments into 5 classes, sweep each class repo-wide, push one cohesive commit, and close the round at zero unresolved threads. ## Quick Start Ask the agent to process the automated review comments on your pull request using the audit-review playbook and resolve every thread.