What problem does it solve?
This Skill prevents shipment manifest drift by reconciling every declared manifest item against the queue (pre-mode) and the archive (post-mode) before and after the shipment run, so operators can stop early when the dataset state is inconsistent.
Core Features & Use Cases
- GI/GR reconciliation gate: Verifies each manifest item exists where expected, including status correctness in pre-mode.
- Deterministic report-and-halt behavior: Produces a reconciliation report and blocks progression when any missing, status mismatch, or orphan items are detected.
- Single-writer lock integration: Acquires and holds the shipment queue lock across pre-mode through post-mode to avoid concurrent session conflicts.
- Operator-focused failure modes: Recommends PROCEED or HALT with a clear report path and enforces “never mutate manifests/archives” in v1.
Quick Start
Use the shipment-reconcile skill with mode: pre, then run backlogit_ship_shipment, and finally rerun shipment-reconcile with mode: post to ensure archives and manifest items reconcile correctly.