com um clique
powershell-ai-skills-and-mcp
powershell-ai-skills-and-mcp contém 3 skills coletadas de janegilring, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
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.