Pester `Should -*` → `Should-*` Migration
实验性(预览版)Pester 技能,用于将经典 Should -Be(v5)断言语法迁移到新的 Should-*(v6)断言(注意连字符,无空格),例如 `Should -Be` -> `Should-Be`,`Should -Not -Be` -> `Should-NotBe`。跟踪 Pester 6(仍为候选...
安装命令
npx skills add https://github.com/github/awesome-copilot --skill pester-should-migration