What problem does it solve? When a Grok Bot account's entitlement set changes, it is easy to misread the diff: gate names disappear because client bundle literals moved, unnamed gates belong to other products, and RPC probing errors get confused. This Skill turns a hashed gate diff into an honest verdict instead of reporting movement the vendor never made. ## Core Features & Use Cases - Id-based diffing: Compares hashed gates.enabled_ids against a reviewed baseline, using names only to describe rows the id-diff already found. - Three-verdict classification: Labels each changed capability as adopt, ignore with reason, or not a Grok Bot capability at all. - RPC existence discipline: Distinguishes 400 invalid_argument, 404 not_found, and route-not-found answers, and requires checking every service prefix before claiming no read RPC exists. - Use Case: After a client upgrade appears to remove 38 named capabilities, use this Skill to confirm via id-diff that all gates are still enabled and only the string literals left the bundle. ## Quick Start Review the newest audit's enabled gate ids against the reviewed baseline and give me a verdict for each changed capability.