What problem does it solve? Projects often depend on undocumented manual setup, hidden cloud state, long-lived credentials, and untested backups, making them impossible to rebuild or recover after a failure. This Skill systematically audits whether a repository can be provisioned, deployed, and recovered from disaster using versioned automation and documented procedures. ## Core Features & Use Cases - Eight-Pass Audit Workflow: Inventories repository provisioning, maps GitHub and Azure configuration, audits secrets and identities, analyzes deployment bootstrap order, detects drift, simulates disaster scenarios, and produces a ranked risk report. - Evidence-Based Findings: Classifies every statement as Confirmed, Inferred, or Unknown, with concrete file paths, resource names, and workflow references, and never prints raw secret values. - Structured Recovery Report: Produces a recovery readiness rating, external configuration inventory, bootstrap-from-scratch runbook, recovery runbook, and prioritized remediation roadmap. - Use Case: Before handing a project to a new team, run this Skill to discover that production deployment depends on a manually created service principal, an undocumented GitHub environment secret, and a database with no tested restore path, then get a step-by-step remediation plan. ## Quick Start Use the provisioning-configuration-and-disaster-recovery-expert skill to audit whether this repository can be provisioned, deployed, and recovered from disaster.