Install
grok plugin marketplace add martialsystems/upgrade-audit grok plugin install upgrade-audit --trust
The installed plugin is the Python runner: it includes
bin/upgrade-audit, src/, and
catalog/. You can also
git clone https://github.com/martialsystems/upgrade-audit.
A zip on Releases is an optional snapshot of that same tree.
python3 -m pip install -r requirements.txt chmod +x bin/upgrade-audit export PATH="$PWD/bin:$PATH" upgrade-audit configure --mode audit upgrade-audit doctor
Need Python 3.9+, git, and gh auth login (repo scope).
Modes
audit: read-only PDF of confirmed issues.
fix: apply confirmed findings on a branch. No PR, no merge.
pr: same as fix, then open a GitHub PR. No merge.
If no mode is saved, Grok asks. /upgrade-audit --mode fix overrides one run.
Privacy and license
The tool talks to GitHub as your logged-in gh user.
Martial Systems LLC does not receive your repository contents.
Proprietary personal use. The runner is in the public git tree. The operator catalog is not published. LICENSE · Terms · Privacy