The skill tells Codex or Claude Code how to use Preflight Scout. The CLI reads the diff, runs Chromium, and saves the report.
Confirm the release exists before installing
First open GitHub release v0.1.6, then run the npm check below. If either is missing, use the source CLI and direct skill from the same checkout as documented in the repository; do not mix unreleased source with plugin-stable.
npm view @preflight-scout/[email protected] version --registry=https://registry.npmjs.org/
01
Install the CLI
The CLI reads the diff, runs the approved browser mission, and writes the evidence packet. Node.js 22.13 or newer is required.
claude plugin marketplace add fenutech/preflight-scout@plugin-stable
claude plugin install preflight-scout@preflight-scout
Invoke /preflight-scout:preflight-scout.
plugin-stable moves only after npm publication, clean Linux and Windows installs, and the matching GitHub release succeed. After either install, restart the client and start a new task or session in the repository before invoking the skill.
UPDATES
Keep the CLI and agent skill on the same release.
Run the check before a full QA pass. The CLI reports its installed version, the skill supplies its baked compatibility version, and npm provides the public release metadata. The check does not install anything or send repository data.
The 0.1.0 CLI does not include this command. For that first update, verify the GitHub and npm release above, install the exact CLI, refresh the plugin, restart the client, and then run the compatibility check.