What problem does it solve? Metered usage failures in Revenue Cloud are silent: a wrong ordering produces a zero rated summary or a plausible-but-wrong price with no error. This Skill provides the correct build-record-orchestrate-verify pipeline so usage entitlements, commitments, and rating actually settle as configured. ## Core Features & Use Cases - Asset Building: Create backdated usage-entitled assets via scripts/build_quote_to_asset.py, including commitment and pack products linked through UsageCmtAssetRelatedObj. - Usage Recording & Orchestration: Record usage into past periods and run multi-pass orchestration with scripts/qb_usage.py, branching on exit codes rather than output text. - Verification & Reset: Validate rated results with offline invariants, CCI live checks, and validateRatedUsage.apex, plus convergent-loop teardown for usage data resets. - Use Case: A rated usage summary comes back zero with no error. Follow the ordering checks (usage recorded before orchestration, past period, anchor asset target) to diagnose and recover the period. ## Quick Start Ask the agent to build a usage-entitled asset for a QuantumBit account, record usage into a past period, orchestrate rating, and verify the rated summary with the validation scripts.