A code review automation that stops you from shipping broken changes. It reads diffs, extracts constraints from your repo's README and CI configs, runs your test suite, and either auto-fixes safe issues or flags what needs human judgment. Plan execution mode lets you hand it a `/think` output and it will work through the checklist, verify, and optionally commit. Triage mode handles issue and PR queues in bulk, closing duplicates and already-fixed reports without ceremony. The release gate checks dirty state, version bumps, lockfiles, and registry sync before letting anything ship. Built for maintainers who want reviews that respect project-specific rules without hard-coding paths or leaking private context into public repos.
npx skills add https://github.com/tw93/waza --skill check