一键导入
verify
End-to-end verification - production build + banner generation tests (optional usernames, default nabondance)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
End-to-end verification - production build + banner generation tests (optional usernames, default nabondance)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit token costs of the .claude/ setup — skills, agents, hooks, and CLAUDE.md. Shows what's always loaded vs on-demand, flags bloat, and suggests cuts.
Audit security-pinned dependency overrides in package.json. Checks whether each pinned version can be safely removed because the natural resolution now satisfies the minimum safe version. Triggered when the user asks to audit, review, or unlock pinned/locked dependencies, or check if overrides are still needed.
Test image generation API with optional username (default nabondance)
Validate production build
Start dev server in background
Stop background dev server
| name | verify |
| description | End-to-end verification - production build + banner generation tests (optional usernames, default nabondance) |
Full end-to-end check that the current code works. Run before committing non-trivial changes.
The script will:
pnpm build)Usage: /verify (default username) or /verify <username> [username...]
Execute: bash .claude/skills/verify.sh "$@"