What problem does it solve? Before a production launch, teams risk silent drift between local configuration files (firestore.rules, indexes, functions) and what is actually deployed in Firebase, Stripe, and GCP. This Skill systematically audits every infrastructure domain to catch mismatches before they cause production failures. ## Core Features & Use Cases - Multi-Domain Verification: Checks Cloud Functions deployment, Firestore rules and indexes, Storage rules, Stripe webhooks, GCP Secret Manager, Algolia indexes, Firebase Hosting, CORS, and Cloud Scheduler cron jobs. - CLI-Driven Cross-Referencing: Uses gcloud, firebase, and stripe CLI commands to compare live deployed state against local source-of-truth files like functions/main.py and firestore.indexes.json. - Use Case: Before launching a Flutter marketplace app, run this Skill to confirm all 54 Cloud Functions are deployed, all 12 Stripe webhook events are registered, required secrets exist in Secret Manager, and no Firestore indexes are stuck in CREATING or ERROR state. ## Quick Start Ask the agent to run a full infrastructure verification of the Firebase, Stripe, and GCP deployment against the local project configuration files.