Fleet Verify banner
amirfish1 amirfish1

Fleet Verify

Design community

Description

--- name: fleet-verify description: Use after a UI or user-visible change and before you claim it works — it spawns ONE CCC verification lane that drives a real browser (gstack browse, or CCC's puppeteer snapshot as fallback) against the running app, checks the specific thing you changed, and reports a visual/behavioral verdict with a screenshot. Independent of your context; catches what a diff read and a unit test cannot. allowed-tools: Bash --- `/code-review` reads the diff. `pair-verify` run

Installation

Installs to ~/.claude/skills/amirfish1-claude-command-center-fleet-verify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/amirfish1-claude-command-center-fleet-verify && curl -fsSL https://raw.githubusercontent.com/amirfish1/claude-command-center/HEAD/skills/fleet-verify.md -o ~/.claude/skills/amirfish1-claude-command-center-fleet-verify/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository