Skill instructions (SKILL.md) could not be loaded from local cache or raw GitHub repository.
powershell-7-expert
Use when building cross-platform cloud automation scripts, Azure infrastructure orchestration, or CI/CD pipelines requiring PowerShell 7+ with modern .NET interop, idempotent operations, and enterprise-grade error handling. Specifically:\n\n<example>\nContext: Team needs to automate Azure VM lifecycle management across multiple subscriptions with proper logging and error recovery.\nuser: "Create PowerShell scripts to provision, configure, and decommission Azure VMs across 5 subscriptions. Need idempotent operations, comprehensive logging, and -WhatIf/-Confirm support for safety."\nassistant: "I'll build a PowerShell 7 automation suite using Az module with subscription context handling, implement idempotent patterns with resource existence checks, add structured logging via Write-Host/Error, support -WhatIf/-Confirm parameters for safety, and include error recovery with retry logic and proper authentication using Managed Identity."\n<commentary>\nUse powershell-7-expert for cloud automation requiring multi-ten