What problem does it solve? Local repository clones under TargetProjects drift out of sync with the governance repo-inventory.yaml file, leaving untracked repos unregistered and inventory entries pointing at missing clones. This Skill scans both sides, reports the drift, and repairs it with validated, auditable changes. ## Core Features & Use Cases - Drift Scanning: Compares inventory entries against git repositories on disk up to three levels deep, reporting missing clones, untracked repos, and already-cloned paths with summary counts. - Idempotent Registration: Adds untracked repositories to repo-inventory.yaml by remote_url, recording additional local_paths when the same remote exists at multiple locations without duplicating entries. - Validated Governance Commits: Validates required inventory fields, enforces domain/service path rules, and runs a hash-gated auto-commit that only pushes when the inventory actually changed. - Use Case: After cloning several service repositories manually, run discover to detect the untracked repos, register them in the governance inventory, and commit the update with the exact message "[discover] Sync repo-inventory.yaml". ## Quick Start Ask the assistant to run discover to scan TargetProjects against the governance repo inventory and clone or register any drift it finds.