What problem does it solve? On repositories worked by many agents and sessions, real work silently goes missing: branches nobody opened a PR for, PR descriptions that no longer match their branches, stale local clones in long-lived containers, and history rewrites that make old branches look ahead when their content already landed. This Skill sweeps every hiding place and proves whether each find is genuinely unlanded or just a ghost of rewritten history. ## Core Features & Use Cases - PR verification against actual diffs: Compares each open PR's description against the real branch diff to catch "docs-only" PRs hiding full feature builds. - Uniqueness adjudication: Uses git cherry patch-id comparison plus content spot-verification to separate genuinely unique patches from rewritten-history duplicates. - Full local and remote sweep: Covers remote branches with no PR, stashes, dangling commits, worktrees, ahead/behind local drift, and automation branches. - Use Case: Before deleting old branches or answering "did any work get lost", run the census to produce a table of every find with its location, content summary, verified uniqueness, and recommended disposition. ## Quick Start Ask the agent to run an unmerged-work census on this repository and report every branch, stash, and commit whose content has not verifiably landed on the default branch.