ワンクリックで
powershell-ai-skills-and-mcp
powershell-ai-skills-and-mcp には janegilring から収集した 3 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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.