This repository hosts the psmodule GitHub Copilot CLI marketplace and its
psmodule plugin. The marketplace and plugin are owned and released
with the PSModule process.
Register this repository's marketplace and install the plugin:
copilot plugin marketplace add https://github.com/PSModule/Process-PSModule.git
copilot plugin install psmoduleInstall the plugin directly from this repository:
copilot plugin install PSModule/Process-PSModule:.github/plugin/psmoduleThe plugin provides the
psmodule-pester-migration
skill for migrating every Pester test set in a PSModule repository to Pester
6.1.0, and the
psmodule-v8-upgrade
skill for upgrading Process-PSModule consumer repositories to framework v8.
It also provides
psmodule-zensical-migration
for migrating legacy MkDocs sites to the Process-PSModule Zensical design.
Verify the installation with:
copilot plugin list
/skills listThe marketplace catalog is in marketplace.json, and
plugin metadata is in
plugin.json.