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 pipeline, scripts, and validators to build usage-entitled assets, record usage, orchestrate rating and drawdown, verify results, and reset orgs without stranding data. ## 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. - Rating Orchestration: Record usage into past periods and drive multi-pass rating with scripts/qb_usage.py orchestrate, branching on exit codes rather than output text. - Verification & Reset: Validate rated arithmetic with offline invariants, CCI live checks, and validateRatedUsage.apex, then tear down usage graphs with convergent delete loops. - Use Case: A rated usage summary reads zero after a demo build. Follow the ordering checklist (usage recorded before orchestration, past period, anchor asset target) and run the report command to see what actually landed. ## Quick Start Ask the agent to read the usage-consumption skill and diagnose why the rated usage summary for the QuantumBit demo account is zero after orchestration.