一键导入
verify
Verify npm-trust — wraps /solo-npm:verify with the full test suite (lint, typecheck, build, unit tests with 100% coverage, e2e, CLI smoke).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify npm-trust — wraps /solo-npm:verify with the full test suite (lint, typecheck, build, unit tests with 100% coverage, e2e, CLI smoke).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Release npm-trust — wraps /solo-npm:release for this single-package CLI.
Composable git workflow: commit, squash, and/or push. Use /commit to stage and commit, /commit squash to squash branch commits, /commit push to force push, or /commit squash push for the full workflow.
| name | verify |
| description | Verify npm-trust — wraps /solo-npm:verify with the full test suite (lint, typecheck, build, unit tests with 100% coverage, e2e, CLI smoke). |
Composes /solo-npm:verify with this repo's full verification suite.
dist/ to
be present (i.e., step 3 build must have run first)npm binary on PATH + msw to mock the
registry — no network callsRun sequentially; halt on first failure.
pnpm lint
pnpm typecheck
pnpm build
pnpm test
Must pass with the 100% coverage thresholds enforced in vitest.config.ts.
pnpm test:e2e
Final sanity check that the published artifact is wired correctly:
node bin/npm-trust.js --help
Should print usage and exit 0.
Invoke /solo-npm:verify for the opinionated baseline. Run the six
steps above sequentially; halt on first failure; surface full output.
After all steps pass, print a summary:
Verification complete:
✓ Lint
✓ Typecheck
✓ Build
✓ Unit tests (100% coverage)
✓ E2E tests
✓ CLI smoke