What problem does it solve? Removing leftover Azure resources after a project ends is risky: deleting the wrong resource group or relying on name matching can destroy unrelated infrastructure. This Skill performs read-only discovery first and only deletes resources after ownership verification and explicit user confirmation. ## Core Features & Use Cases - Read-Only Discovery by Default: Lists the exact subscription, cloud, resource group, and resources without making any changes unless confirmed. - Scoped Cleanup: Supports three scopes — a single resource, a named resource group, or the entire verified project resource group via -All. - Cloud and Ownership Verification: Resolves Azure Commercial or Azure US Government clouds and refuses to delete groups that fail project-ownership checks. - Use Case: After decommissioning a project, run a WhatIf inspection to see exactly which resources in rg-contoso-api would be removed, review the cleanup report, then confirm deletion of only the verified scope. ## Quick Start Ask the agent to run azure-cleanup in WhatIf mode for your project resource group and show what would be deleted before confirming anything.