一键导入
validate
Run lint, build, and E2E tests in sequence. Use when the user wants to validate their code, run tests, or check if everything works before committing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run lint, build, and E2E tests in sequence. Use when the user wants to validate their code, run tests, or check if everything works before committing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | validate |
| description | Run lint, build, and E2E tests in sequence. Use when the user wants to validate their code, run tests, or check if everything works before committing. |
| triggers | ["/validate","validate","valider","run tests","lancer les tests","vérifier le build"] |
| allowed-tools | Bash(pnpm:*), Bash(grep:*), Bash(cat:*), Read |
| user-invocable | true |
Run all validation steps in order. Stop immediately if any step fails.
Check package.json to see which scripts are available:
lint, build, test:e2e, test scriptspnpm lint
pnpm build
Check which test script exists and run it:
pnpm test:e2e (E2E tests)pnpm test (unit tests fallback)Lint: [OK / X errors / Not configured]
Build: [OK / X errors / Not configured]
Tests: [OK (X passed) / X failed / Not configured]
Adapt to what's actually available in the project.
Apply standard development permissions to the current project by creating .claude/settings.local.json with pre-approved tools and bash commands. Use when setting up a new project or when the user wants to configure Claude permissions.
Automatically loaded at session start. Maps tasks to the right skill. Do not invoke manually.
Manage Resend email platform via CLI — send emails, manage contacts, broadcasts, templates, segments, domains, webhooks, and more. Use when the user wants to send emails, manage contacts/segments, create broadcasts, manage templates, check domain status, or any Resend-related task. Trigger words: "resend", "send email", "broadcast", "contacts", "email template", "domain verify", "webhook".
Explore and validate product ideas through structured brainstorming. Creates a product brief.
Stage all changes, create a commit with auto-generated or custom message, and push to current branch. Use when the user says "commit", "push", "save changes", or wants to finalize their work.
Complete implementation workflow for a task - understand context, plan, implement, validate, review, and commit. Use when the user wants to implement a feature, fix a bug, or complete a specific development task.