en un clic
powershell-ai-skills-and-mcp
powershell-ai-skills-and-mcp contient 3 skills collectées depuis janegilring, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
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.