Agent skill · marketing growth · mvanhorn

pp-judgeme

A completeness-verified Judge.me review corpus with explicit populations and syndication-aware exports. Trigger phrases: `sync all Judge.me reviews safely`, `export published Judge.me reviews`, `count hidden Judge.me reviews`, `deduplicate syndicated review bodies`, `use Judge.me`, `run Judge.me`.

Why this skill is useful

Adds a CLI tool that provides unique commands for syncing, exporting, and analyzing Judge.me reviews, which are not available in public documentation.

What it needs

Requires judgeme-pp-cli installed locally. About 11k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.

What this skill does

Judge.me — Printing Press CLI Prerequisites: Install the CLI This skill drives the judgeme-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: judgeme-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Wrap the full Judge.me API while defending review workflows against the silent 10,000-row pagination loop. Sync once into a documented SQLite mirror, then export, count, and deduplicate published or internal review populations with provenance on every agent response. When to Use This CLI Use this CLI for Judge.me review synchronization, moderation inspection, export, storefront-widget access, and syndication-aware customer-language analysis. Prefer the local review mirror when exact corpus completeness or repeatable filtering matters. Anti-triggers Do not use this CLI for: Do not use this CLI to infer which syndicated product association is the true one. Do not use raw reviews index pagination as proof of full-corpus completeness. Do not use mutation commands without reviewing the dry-run and passing the explicit apply flag. Unique Capabilities These capabilities aren't available in any other tool for this API. Verified local corpus sync — Mirror the complete review corpus and refuse success when unique IDs do not equal Judge.me's live count. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/judgeme

View the source on GitHub

Browse the @skills marketplace