원클릭으로
powershell-ai-skills-and-mcp
powershell-ai-skills-and-mcp에는 janegilring에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Author Azure Automation PowerShell runbooks that follow Microsoft's current conventions: Az modules (not AzureRM), Managed Identity authentication, idempotent operations, structured output, and the metadata header the portal expects. Use this skill whenever a user asks for an Azure Automation runbook, a scheduled Azure task, or "code that runs in Azure Automation".
Write idiomatic Pester 5 tests for PowerShell modules. Use this skill whenever a user asks to add tests, fill coverage gaps, or validate AI-generated PowerShell code. Targets Pester 5+ syntax (BeforeAll/Describe/It, no Pester 4 patterns).
Scaffold a PowerShell module project that follows the Sampler framework conventions (Gael Colas, github.com/gaelcolas/Sampler). Use this skill whenever the user asks for a "Sampler module", a "production module scaffold", or wants build/test/publish tasks driven by InvokeBuild.