What problem does it solve? Generated CLIs often ship with verification failures, thin MCP tool descriptions, dead code, README gaps, security findings, and customer PII leaks. Manually diagnosing and fixing each class of issue across dogfood, verify, scorecard, go vet, and gosec output is slow and error-prone. ## Core Features & Use Cases - Baseline diagnostics: Runs dogfood, verify, workflow-verify, verify-skill, scorecard with live checks, tools-audit, pii-audit, go vet, and gosec, then parses findings into actionable categories. - Automated fix loop: Fixes verify failures, static-analysis findings, dead code, descriptions, README gaps, and MCP tool quality, then reports the before/after delta. - Publish readiness: Enforces ship gates (verify-skill errors, gosec findings in hand-authored code, publish-validate in standalone mode) and offers to publish when run standalone. - Use Case: After running /printing-press to generate a CLI with a ship-with-gaps verdict, run polish to automatically clear the remaining issues and get the CLI ready to publish. ## Quick Start Ask the assistant to polish the redfin CLI in the printing-press library so it passes verification and is ready to publish.