What problem does it solve? Code changes often ship with hidden issues like architecture drift, leftover debug statements, leaked secrets, or untested paths. This Skill runs a structured self-review on your diff before handing work back, catching reviewable problems early. ## Core Features & Use Cases - Deterministic Diff Checks: Runs a shell script to surface changed files and detect unintended modifications or generated artifacts. - Architecture & Quality Audit: Verifies module role rules, state ownership, API compatibility, and flags commented-out code, stray logs, and obsolete paths. - Scoped Verification: Maps changed paths to targeted Turbo filters and Go test packages so you run only the narrowest relevant tests. - Use Case: After finishing a feature branch in the Multica monorepo, run this review to confirm no secrets leaked, no unrelated files changed, and the correct TypeScript and Go tests pass before opening a pull request. ## Quick Start Ask the agent to run the self-review workflow on the current diff and report what changed, which verifications ran, and any skipped checks with reasons.