# printing-press-output-review

> Claude/Codex skill by [@mvanhorn](https://omgskills.com/library/mvanhorn/index.md) · 4.6k stars · Updated 2026-08-31

Internal sub-skill: agentic review of a printed CLI's sampled command output for plausibility issues that rule-based checks can't encode (substring-match relevance, format bugs, silent source drops, ranking failures). Invoked via the Skill tool by main printing-press SKILL.md (Phase 4.85) and printing-press-polish SKILL.md during the diagnostic loop. Not for direct user invocation — its actionable wrappers are /printing-press and /printing-press-polish.

Tags: ai-agents, cli, cli-generator, developer-tools, golang, openapi

## Install

```sh
git clone https://github.com/mvanhorn/cli-printing-press /tmp/cli-printing-press && ln -s /tmp/cli-printing-press/skills/printing-press-output-review ~/.claude/skills/printing-press-output-review
```

## From README

printing-press-output-review (internal) Review the sampled outputs from a printed CLI for plausibility bugs that dogfood, verify, and the rule-based scorecard --live-check rules can't catch. Wave B policy: all findings surface as warnings, never errors. This skill is internal-only (user-invocable: false). It's invoked by parents — main printing-press skill at shipcheck Phase 4.85, polish skill during its diagnostic loop. Running it standalone would produce floating findings text with no ship verdict, no fixes applied, no publish offer; the actionable wrappers are /printing-press and /printing-press-polish. The skill carries context: fork so the reviewer agent's diagnostic chatter stays isolated from the calling skill's context. Input The caller passes $CLIDIR as the argument: an absolute path to the printed CLI's working directory.

## Links

- HTML page: https://omgskills.com/skills/mvanhorn/cli-printing-press/printing-press-output-review/
- GitHub: https://github.com/mvanhorn/cli-printing-press
- Author: [@mvanhorn](https://omgskills.com/library/mvanhorn/index.md)

## More from this repo

- [printing-press](https://omgskills.com/skills/mvanhorn/cli-printing-press/printing-press/index.md) — Set up a new integration, connector, or CLI binding for any API.
   - [@mvanhorn](https://omgskills.com/library/mvanhorn/index.md) · 4.6k stars
- [printing-press-amend](https://omgskills.com/skills/mvanhorn/cli-printing-press/printing-press-amend/index.md) — Amend a published CLI from one of two input sources: (1) dogfood mode mines the active Claude Code session transcript...
   - [@mvanhorn](https://omgskills.com/library/mvanhorn/index.md) · 4.6k stars
- [printing-press-import](https://omgskills.com/skills/mvanhorn/cli-printing-press/printing-press-import/index.md) — Bring a published CLI from the public library into the internal library so it's identical to a freshly-generated copy —...
   - [@mvanhorn](https://omgskills.com/library/mvanhorn/index.md) · 4.6k stars
