بنقرة واحدة
端到端验证 resumeAI 的 API 能力和 UI/UX 交互的 CLI 工具,支持完整闭环测试
npx skills add https://github.com/Alenryuichi/openmemory-plus --skill resume-ai-validatorانسخ والصق هذا الأمر في Claude Code لتثبيت المهارة
端到端验证 resumeAI 的 API 能力和 UI/UX 交互的 CLI 工具,支持完整闭环测试
npx skills add https://github.com/Alenryuichi/openmemory-plus --skill resume-ai-validatorانسخ والصق هذا الأمر في Claude Code لتثبيت المهارة
Agent-only workflow for extracting key information from conversations, code changes, and deployments into structured memory files. Supports xMemory 4-layer architecture with theme assimilation. Automatically updates `_omp/memory/` directory and notifies other agents.
Agent-only workflow for extracting key information from conversations, code changes, and deployments into structured memory files. Automatically updates `_omp/memory/` directory and notifies other agents. Triggered automatically at conversation end or when valuable information is detected.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Generate interview Q&A preparation materials based on resume content. Automatically attached after resume generation. Use when user mentions "面试准备", "interview prep", "模拟面试", "mock interview", or "准备问答".
Extract work experience from project documents using XYZ formula ("Accomplished X, measured by Y, by doing Z") and generate JSON Resume format. Use when user mentions "生成简历", "generate resume", "提取项目经验", "extract experience", "创建 resume", or provides a JD asking for resume.
Optimize existing resume content for ATS compatibility and quality improvement. Automatically executed after resume generation. Use when user mentions "优化简历", "optimize resume", "ATS 优化", "简历润色", or "匹配 JD".
| name | resume-ai-validator |
| description | 端到端验证 resumeAI 的 API 能力和 UI/UX 交互的 CLI 工具,支持完整闭环测试 |
cd web/scripts/resume-ai-validator
# 完整闭环验证 (API + UI/UX) - 推荐
npx tsx cli.ts validate --yolo --e2e
# 仅 API 验证
npx tsx cli.ts validate --yolo
# 仅 E2E UI 测试
npx tsx cli.ts e2e
# 完整用户旅程测试
npx tsx cli.ts e2e --full
# 指定场景测试
npx tsx cli.ts e2e --scenario auth
npx tsx cli.ts e2e --scenario generate
npx tsx cli.ts e2e --scenario editor
npx tsx cli.ts e2e --scenario optimize
# JSON 输出 (AI Agent 友好)
npx tsx cli.ts validate --yolo --e2e --json
| 命令 | 描述 |
|---|---|
validate | 运行 API 验证流程 |
validate --e2e | 运行 API + UI/UX 验证 |
e2e | 运行 E2E UI/UX 测试 |
score | 验证简历评分能力 |
optimize | 验证简历优化能力 |
ats | 验证 ATS 分析能力 |
analyze-jd | 验证 JD 分析能力 |
| 场景 | 描述 | 测试文件 |
|---|---|---|
auth | 认证流程 (登录/注册) | e2e/auth.spec.ts |
home | 首页 UI 和导航 | e2e/home.spec.ts |
dashboard | 仪表盘功能 | e2e/dashboard.spec.ts |
generate | 简历生成流程 | e2e/generate.spec.ts |
editor | 简历编辑器交互 | e2e/editor.spec.ts |
optimize | ATS/评分/优化流程 | e2e/optimize.spec.ts |
api | API 端点验证 | e2e/resume-ai-validator.spec.ts |
--json - JSON 格式输出 (AI Agent 友好)--verbose - 详细输出--base-url - API 基础 URL (默认: http://localhost:3000)--e2e - 同时运行 UI/UX 交互测试--full - 运行完整验证 (API + 所有 E2E 测试)| 代码 | 含义 |
|---|---|
| 0 | 验证通过 |
| 1 | 验证失败 |
| 2 | 配置错误 |
cd web && npm run devcd web && npx playwright install