概要
This skill guides developers in creating professional, idiomatic PowerShell scripts by enforcing industry-standard patterns and Microsoft-approved guidelines. It provides precise rules for Verb-Noun function naming, specific variable casing (camelCase for locals vs. PascalCase for parameters), and a scalable directory architecture for complex automation projects. By integrating Comment-Based Help templates and validation checklists, it ensures that your scripts remain readable, maintainable, and ready for enterprise-level DevOps workflows.