一键导入
test-orchestrator
Test 10x Team workflows by scanning commands/agents/skills, generating test scenarios, and executing step-by-step with manual verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Test 10x Team workflows by scanning commands/agents/skills, generating test scenarios, and executing step-by-step with manual verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build high-converting SaaS affiliate programs with 20-40% commissions, KOL/KOC partnerships, and fraud prevention. Covers platform selection (PartnerStack, FirstPromoter, Rewardful), commission structures (recurring vs one-time, tiered), influencer outreach strategies, FTC/GDPR compliance, risk management, and case studies (Dropbox 3900%, PayPal 100M users). Use for designing affiliate programs, recruiting partners, optimizing conversion rates, preventing fraud, or scaling referral revenue.
Process and generate multimedia content using Google Gemini API for better vision capabilities. Capabilities include analyze audio files (transcription with timestamps, summarization, speech understanding, music/sound analysis up to 9.5 hours), understand images (better image analysis than Claude models, captioning, reasoning, object detection, design extraction, OCR, visual Q&A, segmentation, handle multiple images), process videos (scene detection, Q&A, temporal analysis, YouTube URLs, up to 6 hours), extract from documents (PDF tables, forms, charts, diagrams, multi-page), generate images (text-to-image with Imagen 4, editing, composition, refinement), generate videos (text-to-video with Veo 3, 8-second clips with native audio). Use when working with audio/video files, analyzing images or screenshots (instead of default vision capabilities of Claude, only fallback to Claude's vision capabilities if needed), processing PDF documents, extracting structured data from media, creating images/videos from text pr
Activate for marketing analytics, KPI tracking, reporting dashboards, attribution analysis, and performance optimization. Use when analyzing campaign data, creating reports, or measuring marketing ROI.
Activate for brand voice, visual identity, messaging frameworks, asset management, and brand consistency. Use when creating branded content, establishing tone of voice, managing marketing assets, validating brand compliance, or maintaining brand standards across marketing materials.
Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.
Activate when users ask about Claude Code installation, slash commands (/plan, /fix, /content, /docs, /design, /git), creating/managing Agent Skills, configuring MCP servers, setting up hooks/plugins, IDE integration (VS Code, JetBrains), CI/CD workflows, enterprise deployment (SSO, RBAC, sandboxing), troubleshooting authentication/performance issues, or advanced features (extended thinking, caching, checkpointing).
| name | test-orchestrator |
| description | Test 10x Team workflows by scanning commands/agents/skills, generating test scenarios, and executing step-by-step with manual verification. |
Automated testing framework for 10x Team workflows.
# Generate fresh catalogs
python .claude/scripts/generate_catalogs.py --all
# Or scan specific type
python .claude/skills/test-orchestrator/scripts/scan-components.py
| Scope | Description |
|---|---|
command | Test single command with happy case |
workflow | Test multi-step workflow |
integration | Test skill + agent + command together |
full | Complete end-to-end test suite |
Each test step pauses for manual verification:
[STEP 1/5] Executing: /youtube:social "https://youtube.com/..."
─────────────────────────────────────────────────
[OUTPUT]
...generated content...
─────────────────────────────────────────────────
[VERIFY] Check output matches expected format
[PASS/FAIL?] > _
name: youtube-to-social-flow
description: Convert YouTube video to multi-platform social posts
type: integration
steps:
- name: Extract video data
action: vidcap summary
input: "https://youtube.com/watch?v=dQw4w9WgXcQ"
verify:
- Response contains video title
- Response contains summary content
- name: Generate social posts
action: /youtube:social
input: "{video_url}"
verify:
- Twitter post under 280 chars
- LinkedIn post has professional tone
- No anti-pattern hooks used
- name: Apply writing style
action: copywriting skill
input: Apply casual style to Twitter post
verify:
- Contains contractions
- Uses first-person
| Step | Command/Skill | Input | Verify |
|---|---|---|---|
| 1 | vidcap.py info | YouTube URL | Returns title, views, duration |
| 2 | vidcap.py summary | YouTube URL | Returns structured summary |
| 3 | /youtube:social | YouTube URL | Multi-platform posts generated |
| 4 | /youtube:blog | YouTube URL | SEO article generated |
| 5 | /youtube:infographic | YouTube URL | Visual layout generated |
| Step | Command/Skill | Input | Verify |
|---|---|---|---|
| 1 | /content:blog | Topic | Article with frontmatter |
| 2 | /content:cro | Article | CRO-optimized version |
| 3 | /social | Article summary | Platform posts |
| Step | Command/Skill | Input | Verify |
|---|---|---|---|
| 1 | /email:flow | welcome | 5-email sequence |
| 2 | email-marketing skill | Sequence | Timing + decision branches |
| 3 | copywriting skill | Email body | PAS/AIDA formula applied |
| Step | Command/Skill | Input | Verify |
|---|---|---|---|
| 1 | inject-brand-context.cjs | - | Returns brand JSON |
| 2 | /brand:update | preset | Tokens synced |
| 3 | Content generation | Any | Brand voice applied |
Pre-validated inputs that should always succeed:
youtube_url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
blog_topic: "10 productivity tips for remote workers"
email_flow: "welcome"
brand_preset: "ocean-professional"
social_platform: "twitter"
writing_style: "casual"
At each step, verify:
Use with:
/test command to launch test runnerdebugging skill for failure analysiscode-review skill for output validation