/verify
对当前代码库状态进行全面验证。
> /plugin marketplace add xu-xiang/everything-claude-code-zh > /plugin install everything-claude-code@everything-claude-code
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/verify
Context preview
What this command does when you run it.
对当前代码库状态进行全面验证。
Command definition
verify.md验证(Verification)命令
对当前代码库状态进行全面验证。
指令(Instructions)
请按以下确切顺序执行验证:
1. **构建检查(Build Check)**
- 运行此项目的构建命令
- 如果构建失败,报告错误并停止(STOP)
2. **类型检查(Type Check)**
- 运行 TypeScript/类型检查器
- 报告所有错误及其对应的 `file:line`(文件:行号)
3. **代码规范检查(Lint Check)**
- 运行 Linter
- 报告警告与错误
4. **测试套件(Test Suite)**
- 运行所有测试
- 报告通过/失败的数量
- 报告覆盖率百分比
5. **Console.log 审计**
- 在源文件中搜索 `console.log`
- 报告其所在位置
6. **Git 状态(Git Status)**
- 显示未提交的更改
- 显示自上次提交以来修改的文件
输出(Output)
生成一份简洁的验证报告:
VERIFICATION: [PASS/FAIL] Build: [OK/FAIL] Types: [OK/X errors] Lint: [OK/X issues] Tests: [X/Y passed, Z% coverage] Secrets: [OK/X found] Logs: [OK/X console.logs] Ready for PR: [YES/NO]
如果存在任何关键问题,请列出这些问题并给出修复建议。
参数(Arguments)
`$ARGUMENTS` 可以是:
- `quick` - 仅执行构建 + 类型检查
- `full` - 执行所有检查(默认)
- `pre-commit` - 执行与提交相关的检查
- `pre-pr` - 执行完整检查以及安全扫描
🌐 Language / 语言 / 語言 为 AI 智能体(Agent)框架打造的性能优化系统。源自 Anthropic 黑客松获胜作品。 这不仅仅是配置文件。它是一个完整的系统:包含技能(Skills)、本能(Instincts)、内存优化、持续学习、安全扫描以及研究优先的开发模式。这些生产级的智能体(Agents)、钩子(Hooks)、命令(Commands)、规则(Rules)以及 MCP 配置,是在构建真实产品的 10 个多月高强度日常使用中演化而来的。 适用于 Claude Code, Codex,
Repo: xu-xiang/everything-claude-code-zh
Other commands on everything-claude-code.
- /build-fix
通过最小化、安全的改动,逐步修复构建(Build)和类型(Type)错误。
Open command - /checkpoint
在工作流(Workflow)中创建或验证检查点。
Open command - /claw
启动 NanoClaw 智能体 (Agent) REPL — 一个由 claude CLI 驱动的持久化、会话感知 (session-aware) 的 AI 助手。
Open command - /code-review
对未提交的更改进行全面的安全和质量审查:
Open command - /e2e
使用 Playwright 生成并运行端到端测试。创建测试旅程、运行测试、捕获截图/视频/追踪,并上传产物。
Open command - /eval
管理评测驱动开发(eval-driven development)工作流。
Open command

