Run this after any /printing-press generation to get your CLI from "ship-with-gaps" to actually shippable. It dogfoods the CLI against itself, runs verify and scorecard, then systematically fixes whatever broke: dead code, missing descriptions, README gaps, verify failures. The whole diagnostic loop runs in a forked context so your main conversation doesn't get buried in test output and iteration noise. When it's done you get a clean before/after delta and a publish offer if you invoked it standalone. Most useful when your verify pass rate is south of 80% or you just want to skip the manual cleanup round trip. Also works on any CLI already sitting in your local library, not just fresh generations.
npx skills add https://github.com/mvanhorn/cli-printing-press --skill printing-press-polish