What problem does it solve? When a long-running or delegated agent claims it completed a large multi-phase plan, its delivery report is only a claim, not a fact. This Skill independently verifies the delivery by re-collecting evidence instead of trusting statements like "migrated", "tests pass", or "done". ## Core Features & Use Cases - Forensic Commit Review: Maps git commits to plan phases, flags scope creep, unrecorded decisions, and new commits made during the audit. - Irreversible-Gate Checks: Verifies that destructive actions (deletions, migrations, overwrites) requiring user confirmation were not executed prematurely. - Data and Migration Verification: Queries databases directly (e.g., SELECT COUNT per table) and inspects timestamp signatures to detect silent failures like relative connection strings creating empty databases. - Gate Re-Runs and Exact Command Reproduction: Re-runs full test suites, format checks, and security scans using the exact CI/script commands rather than invented equivalents. - Use Case: An agent reports it migrated all content to a database and all tests pass. This Skill queries the database directly, discovers the new tables are empty due to a relative connection string, re-runs the test suite itself, and produces a severity-graded issue report with file:line evidence. ## Quick Start Ask the agent to audit the delivery of the agent that just claimed to finish the multi-phase plan, verifying its claims against git history, the database, and a fresh test run.