concept-workflow

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Skill: Complete Concept Workflow

技能:完整概念工作流

Use this skill to create a complete, high-quality concept page from start to finish. This skill orchestrates all five specialized skills in the optimal order:
  1. Resource Curation — Find quality learning resources
  2. Concept Writing — Write the documentation page
  3. Test Writing — Create tests for code examples
  4. Fact Checking — Verify technical accuracy
  5. SEO Review — Optimize for search visibility
使用此技能从头至尾创建完整、高质量的概念页面。该技能按最优顺序协调所有五项专业技能:
  1. 资源整理 — 查找优质学习资源
  2. 概念撰写 — 编写文档页面
  3. 测试编写 — 为代码示例创建测试
  4. 事实核查 — 验证技术准确性
  5. SEO审核 — 优化搜索可见性

When to Use

适用场景

  • Creating a brand new concept page from scratch
  • Completely rewriting an existing concept page
  • When you want a full end-to-end workflow with all quality checks
For partial tasks, use individual skills instead:
  • Just adding resources? Use
    resource-curator
  • Just writing content? Use
    write-concept
  • Just adding tests? Use
    test-writer
  • Just verifying accuracy? Use
    fact-check
  • Just optimizing SEO? Use
    seo-review

  • 从头创建全新的概念页面
  • 完全重写现有概念页面
  • 需要包含所有质量检查的完整端到端工作流时
对于部分任务,请使用单独的技能:
  • 仅添加资源?使用
    resource-curator
  • 仅撰写内容?使用
    write-concept
  • 仅添加测试?使用
    test-writer
  • 仅验证准确性?使用
    fact-check
  • 仅优化SEO?使用
    seo-review

Workflow Overview

工作流概述

┌─────────────────────────────────────────────────────────────────────────────┐
│                     COMPLETE CONCEPT WORKFLOW                                │
├─────────────────────────────────────────────────────────────────────────────┤
│                                                                              │
│  INPUT: Concept name (e.g., "hoisting", "event-loop", "promises")           │
│                                                                              │
│  ┌──────────────────┐                                                        │
│  │ PHASE 1: RESEARCH │                                                       │
│  │ resource-curator  │  Find MDN refs, articles, videos                      │
│  └────────┬─────────┘                                                        │
│           ▼                                                                  │
│  ┌──────────────────┐                                                        │
│  │ PHASE 2: WRITE   │                                                        │
│  │ write-concept    │  Create the documentation page                         │
│  └────────┬─────────┘                                                        │
│           ▼                                                                  │
│  ┌──────────────────┐                                                        │
│  │ PHASE 3: TEST    │                                                        │
│  │ test-writer      │  Generate tests for all code examples                  │
│  └────────┬─────────┘                                                        │
│           ▼                                                                  │
│  ┌──────────────────┐                                                        │
│  │ PHASE 4: VERIFY  │                                                        │
│  │ fact-check       │  Verify accuracy, run tests, check links               │
│  └────────┬─────────┘                                                        │
│           ▼                                                                  │
│  ┌──────────────────┐                                                        │
│  │ PHASE 5: OPTIMIZE│                                                        │
│  │ seo-review       │  SEO audit and final optimizations                     │
│  └────────┬─────────┘                                                        │
│           ▼                                                                  │
│  OUTPUT: Complete, tested, verified, SEO-optimized concept page              │
│                                                                              │
└─────────────────────────────────────────────────────────────────────────────┘

┌─────────────────────────────────────────────────────────────────────────────┐
│                     COMPLETE CONCEPT WORKFLOW                                │
├─────────────────────────────────────────────────────────────────────────────┤
│                                                                              │
│  输入:概念名称(例如:"hoisting", "event-loop", "promises")           │
│                                                                              │
│  ┌──────────────────┐                                                        │
│  │ 第一阶段:研究 │                                                       │
│  │ resource-curator  │  查找MDN参考资料、文章、视频                      │
│  └────────┬─────────┘                                                        │
│           ▼                                                                  │
│  ┌──────────────────┐                                                        │
│  │ 第二阶段:撰写   │                                                        │
│  │ write-concept    │  创建文档页面                         │
│  └────────┬─────────┘                                                        │
│           ▼                                                                  │
│  ┌──────────────────┐                                                        │
│  │ 第三阶段:测试    │                                                        │
│  │ test-writer      │  为所有代码示例生成测试                  │
│  └────────┬─────────┘                                                        │
│           ▼                                                                  │
│  ┌──────────────────┐                                                        │
│  │ 第四阶段:验证  │                                                        │
│  │ fact-check       │  验证准确性、运行测试、检查链接               │
│  └────────┬─────────┘                                                        │
│           ▼                                                                  │
│  ┌──────────────────┐                                                        │
│  │ 第五阶段:优化│                                                        │
│  │ seo-review       │  SEO审核和最终优化                     │
│  └────────┬─────────┘                                                        │
│           ▼                                                                  │
│  输出:完整、经过测试、验证且SEO优化的概念页面              │
│                                                                              │
└─────────────────────────────────────────────────────────────────────────────┘

Phase 1: Resource Curation

第一阶段:资源整理

Skill:
resource-curator
Goal: Gather high-quality external resources before writing
技能:
resource-curator
目标: 撰写前收集高质量外部资源

What to Do

操作步骤

  1. Identify the concept category (fundamentals, async, OOP, etc.)
  2. Search for MDN references — Official documentation
  3. Find quality articles — Target 4-6 from trusted sources
  4. Find quality videos — Target 3-4 from trusted creators
  5. Evaluate each resource — Check quality criteria
  6. Write specific descriptions — 2 sentences each
  7. Format as Card components — Ready to paste into the page
  1. 确定概念类别(基础、异步、面向对象等)
  2. 搜索MDN参考资料 — 官方文档
  3. 查找优质文章 — 目标从可信来源获取4-6篇
  4. 查找优质视频 — 目标从可信创作者获取3-4个
  5. 评估每个资源 — 检查质量标准
  6. 撰写具体描述 — 每篇2句话
  7. 格式化为卡片组件 — 可直接粘贴到页面中

Deliverables

交付成果

  • List of 2-4 MDN/reference links with descriptions
  • List of 4-6 article links with descriptions
  • List of 3-4 video links with descriptions
  • Optional: 1-2 courses or books
  • 2-4个带描述的MDN/参考链接列表
  • 4-6个带描述的文章链接列表
  • 3-4个带描述的视频链接列表
  • 可选:1-2门课程或书籍

Quality Gates

质量关卡

Before moving to Phase 2:
  • All links verified working (200 response)
  • All resources are JavaScript-focused
  • Descriptions are specific, not generic
  • Mix of beginner and advanced content

进入第二阶段前:
  • 所有链接验证可用(200响应)
  • 所有资源均以JavaScript为重点
  • 描述具体,非泛泛而谈
  • 混合初级和进阶内容

Phase 2: Concept Writing

第二阶段:概念撰写

Skill:
write-concept
Goal: Create the full documentation page
技能:
write-concept
目标: 创建完整的文档页面

What to Do

操作步骤

  1. Determine the category for file organization
  2. Create the frontmatter (title, sidebarTitle, description)
  3. Write the opening hook — Question that draws readers in
  4. Add opening code example — Simple example in first 200 words
  5. Write "What you'll learn" box — 5-7 bullet points
  6. Write main content sections:
    • What is [concept]? (with 40-60 word definition for featured snippet)
    • Real-world analogy
    • How it works (with diagrams)
    • Code examples (multiple, progressive complexity)
    • Common mistakes
    • Edge cases
  7. Add Key Takeaways — 8-10 numbered points
  8. Add Test Your Knowledge — 5-6 Q&A accordions
  9. Add Related Concepts — 4 Cards linking to related topics
  10. Add Resources — Paste resources from Phase 1
  1. 确定文件分类 用于文件组织
  2. 创建前置元数据(标题、侧边栏标题、描述)
  3. 撰写开篇钩子 — 吸引读者的问题
  4. 添加开篇代码示例 — 前200字内加入简单示例
  5. 撰写“你将学到什么”模块 — 5-7个要点
  6. 撰写主要内容章节:
    • 什么是[概念]?(40-60字定义,适配精选片段)
    • 现实世界类比
    • 工作原理(含图表)
    • 代码示例(多个,复杂度逐步提升)
    • 常见错误
    • 边缘情况
  7. 添加关键要点 — 8-10个编号条目
  8. 添加“测试你的知识” — 5-6个问答折叠面板
  9. 添加相关概念 — 4个链接到相关主题的卡片
  10. 添加资源 — 粘贴第一阶段的资源

Deliverables

交付成果

  • Complete
    .mdx
    file at
    /docs/concepts/{concept-name}.mdx
  • File added to
    docs.json
    navigation (if new)
  • 完整的
    .mdx
    文件,路径为
    /docs/concepts/{concept-name}.mdx
  • 若为新页面,已添加到
    docs.json
    导航

Quality Gates

质量关卡

Before moving to Phase 3:
  • Frontmatter complete (title, sidebarTitle, description)
  • Opens with question hook
  • Code example in first 200 words
  • "What you'll learn" Info box present
  • All required sections present
  • Resources section complete
  • 1,500+ words

进入第三阶段前:
  • 前置元数据完整(标题、侧边栏标题、描述)
  • 开篇包含问题钩子
  • 前200字内有代码示例
  • 存在“你将学到什么”信息模块
  • 所有必填章节齐全
  • 资源章节完整
  • 字数达1500+

Phase 3: Test Writing

第三阶段:测试编写

Skill:
test-writer
Goal: Create comprehensive tests for all code examples
技能:
test-writer
目标: 为所有代码示例创建全面测试

What to Do

操作步骤

  1. Scan the concept page for all code examples
  2. Categorize examples:
    • Testable (console.log, return values)
    • DOM-specific (needs jsdom)
    • Error examples (toThrow)
    • Conceptual (skip)
  3. Create test file at
    tests/{category}/{concept}/{concept}.test.js
  4. Create DOM test file (if needed) at
    tests/{category}/{concept}/{concept}.dom.test.js
  5. Write tests for each code example with source line references
  6. Run tests to verify all pass
  1. 扫描概念页面 提取所有代码示例
  2. 分类示例:
    • 可测试型(console.log、返回值)
    • DOM特定型(需要jsdom)
    • 错误示例(toThrow)
    • 概念型(跳过)
  3. 创建测试文件 路径为
    tests/{category}/{concept}/{concept}.test.js
  4. 创建DOM测试文件(若需要)路径为
    tests/{category}/{concept}/{concept}.dom.test.js
  5. 为每个代码示例编写测试 包含源代码行引用
  6. 运行测试 验证全部通过

Deliverables

交付成果

  • Test file:
    tests/{category}/{concept-name}/{concept-name}.test.js
  • DOM test file (if applicable):
    tests/{category}/{concept-name}/{concept-name}.dom.test.js
  • All tests passing
  • 测试文件:
    tests/{category}/{concept-name}/{concept-name}.test.js
  • DOM测试文件(如适用):
    tests/{category}/{concept-name}/{concept-name}.dom.test.js
  • 所有测试通过

Quality Gates

质量关卡

Before moving to Phase 4:
  • All testable code examples have tests
  • Source line references in comments
  • Tests pass:
    npm test -- tests/{category}/{concept}/
  • DOM tests in separate file with jsdom directive

进入第四阶段前:
  • 所有可测试代码示例均有对应测试
  • 注释中包含源代码行引用
  • 测试通过:
    npm test -- tests/{category}/{concept}/
  • DOM测试单独存放于带jsdom指令的文件中

Phase 4: Fact Checking

第四阶段:事实核查

Skill:
fact-check
Goal: Verify technical accuracy of all content
技能:
fact-check
目标: 验证所有内容的技术准确性

What to Do

操作步骤

  1. Verify code examples:
    • Run tests:
      npm test -- tests/{category}/{concept}/
    • Check any untested examples manually
    • Verify output comments match actual outputs
  2. Verify MDN/spec claims:
    • Click all MDN links — verify they work
    • Compare API descriptions to MDN
    • Check ECMAScript spec for nuanced claims
  3. Verify external resources:
    • Check all article/video links work
    • Skim content for accuracy
    • Verify descriptions match content
  4. Audit technical claims:
    • Look for "always/never" statements
    • Verify performance claims
    • Check for common misconceptions
  5. Generate fact-check report
  1. 验证代码示例:
    • 运行测试:
      npm test -- tests/{category}/{concept}/
    • 手动检查所有未测试示例
    • 验证输出注释与实际输出匹配
  2. 验证MDN/规范声明:
    • 点击所有MDN链接 — 验证可用
    • 对比API描述与MDN内容
    • 查阅ECMAScript规范确认细节声明
  3. 验证外部资源:
    • 检查所有文章/视频链接可用
    • 略读内容确认准确性
    • 验证描述与内容匹配
  4. 审核技术声明:
    • 查找“总是/从不”类绝对表述
    • 验证性能相关声明
    • 检查常见误解
  5. 生成事实核查报告

Deliverables

交付成果

  • Fact-check report documenting:
    • Code verification results
    • Link check results
    • Any issues found and fixes made
  • 事实核查报告,包含:
    • 代码验证结果
    • 链接检查结果
    • 发现的问题及修复措施

Quality Gates

质量关卡

Before moving to Phase 5:
  • All tests passing
  • All MDN links valid
  • All external resources accessible
  • No technical inaccuracies found
  • No common misconceptions

进入第五阶段前:
  • 所有测试通过
  • 所有MDN链接有效
  • 所有外部资源可访问
  • 未发现技术错误
  • 无常见误解内容

Phase 5: SEO Review

第五阶段:SEO审核

Skill:
seo-review
Goal: Optimize for search visibility
技能:
seo-review
目标: 优化搜索可见性

What to Do

操作步骤

  1. Audit title tag:
    • 50-60 characters
    • Primary keyword in first half
    • Ends with "in JavaScript"
    • Contains compelling hook
  2. Audit meta description:
    • 150-160 characters
    • Starts with action word (Learn, Understand, Discover)
    • Contains primary keyword
    • Promises specific value
  3. Audit keyword placement:
    • Keyword in title
    • Keyword in description
    • Keyword in first 100 words
    • Keyword in at least one H2
  4. Audit content structure:
    • Question hook opening
    • Code in first 200 words
    • "What you'll learn" box
    • Short paragraphs
  5. Audit featured snippet optimization:
    • 40-60 word definition after "What is" H2
    • Question-format H2s
    • Numbered steps for how-to content
  6. Audit internal linking:
    • 3-5 related concepts linked
    • Descriptive anchor text
    • Related Concepts section complete
  7. Calculate score and fix any issues
  1. 审核标题标签:
    • 50-60字符
    • 核心关键词位于前半部分
    • 以“in JavaScript”结尾
    • 包含吸引人的钩子
  2. 审核元描述:
    • 150-160字符
    • 以动作词开头(学习、理解、探索)
    • 包含核心关键词
    • 承诺明确价值
  3. 审核关键词布局:
    • 标题中有关键词
    • 描述中有关键词
    • 前100字中有关键词
    • 至少一个H2标题中有关键词
  4. 审核内容结构:
    • 问题式开篇钩子
    • 前200字内有代码
    • “你将学到什么”模块
    • 短段落
  5. 审核精选片段优化:
    • “什么是”H2标题后有40-60字定义
    • 问题格式的H2标题
    • 操作类内容使用编号步骤
  6. 审核内部链接:
    • 3-5个相关概念链接
    • 描述性锚文本
    • 相关概念章节完整
  7. 计算分数 并修复问题

Deliverables

交付成果

  • SEO audit report with score (X/27)
  • All high-priority fixes implemented
  • SEO审核报告及分数(X/27)
  • 所有高优先级问题已修复

Quality Gates

质量关卡

Before marking complete:
  • Score 24+ out of 27 (90%+)
  • Title optimized
  • Meta description optimized
  • Keywords placed naturally
  • Featured snippet optimized
  • Internal links complete

标记完成前:
  • 分数达24+/27(90%+)
  • 标题已优化
  • 元描述已优化
  • 关键词自然布局
  • 精选片段已优化
  • 内部链接完整

Complete Workflow Checklist

完整工作流检查表

Use this master checklist to track progress through all phases.
markdown
undefined
使用此主检查表跟踪所有阶段的进度。
markdown
undefined

Concept Workflow: [Concept Name]

概念工作流:[概念名称]

Started: YYYY-MM-DD Target Category: {category} File Path:
/docs/concepts/{concept-name}.mdx
Test Path:
/tests/{category}/{concept-name}/

开始时间: YYYY-MM-DD 目标分类: {category} 文件路径:
/docs/concepts/{concept-name}.mdx
测试路径:
/tests/{category}/{concept-name}/

Phase 1: Resource Curation

第一阶段:资源整理

  • MDN references found (2-4)
  • Articles found (4-6)
  • Videos found (3-4)
  • All links verified working
  • Descriptions written (specific, 2 sentences)
  • Resources formatted as Cards
Status: ⬜ Not Started | 🟡 In Progress | ✅ Complete

  • 找到MDN参考资料(2-4个)
  • 找到文章(4-6篇)
  • 找到视频(3-4个)
  • 所有链接验证可用
  • 撰写描述(具体,2句话)
  • 资源格式化为卡片
状态: ⬜ 未开始 | 🟡 进行中 | ✅ 已完成

Phase 2: Concept Writing

第二阶段:概念撰写

  • Frontmatter complete
  • Opening hook written
  • Opening code example added
  • "What you'll learn" box added
  • Main content sections written
  • Key Takeaways added
  • Test Your Knowledge added
  • Related Concepts added
  • Resources pasted from Phase 1
  • Added to docs.json (if new)
Status: ⬜ Not Started | 🟡 In Progress | ✅ Complete

  • 前置元数据完整
  • 撰写开篇钩子
  • 添加开篇代码示例
  • 添加“你将学到什么”模块
  • 撰写主要内容章节
  • 添加关键要点
  • 添加“测试你的知识”
  • 添加相关概念
  • 粘贴第一阶段的资源
  • 添加到docs.json(若为新页面)
状态: ⬜ 未开始 | 🟡 进行中 | ✅ 已完成

Phase 3: Test Writing

第三阶段:测试编写

  • Code examples extracted and categorized
  • Test file created
  • DOM test file created (if needed)
  • All testable examples have tests
  • Source line references added
  • Tests run and passing
Test Results: X passing, X failing
Status: ⬜ Not Started | 🟡 In Progress | ✅ Complete

  • 提取并分类代码示例
  • 创建测试文件
  • 创建DOM测试文件(若需要)
  • 所有可测试示例均有测试
  • 添加源代码行引用
  • 运行测试并全部通过
测试结果: X个通过,X个失败
状态: ⬜ 未开始 | 🟡 进行中 | ✅ 已完成

Phase 4: Fact Checking

第四阶段:事实核查

  • All tests passing
  • Code examples verified accurate
  • MDN links checked (X/X valid)
  • External resources checked (X/X valid)
  • Technical claims audited
  • No misconceptions found
  • Issues fixed
Status: ⬜ Not Started | 🟡 In Progress | ✅ Complete

  • 所有测试通过
  • 代码示例验证准确
  • MDN链接检查(X/X有效)
  • 外部资源检查(X/X可访问)
  • 技术声明审核完成
  • 未发现误解内容
  • 问题已修复
状态: ⬜ 未开始 | 🟡 进行中 | ✅ 已完成

Phase 5: SEO Review

第五阶段:SEO审核

  • Title tag optimized (50-60 chars)
  • Meta description optimized (150-160 chars)
  • Keywords placed correctly
  • Content structure verified
  • Featured snippet optimized
  • Internal links complete
SEO Score: X/27 (X%)
Status: ⬜ Not Started | 🟡 In Progress | ✅ Complete

  • 标题标签优化完成(50-60字符)
  • 元描述优化完成(150-160字符)
  • 关键词布局正确
  • 内容结构验证通过
  • 精选片段优化完成
  • 内部链接完整
SEO分数: X/27(X%)
状态: ⬜ 未开始 | 🟡 进行中 | ✅ 已完成

Final Status

最终状态

All Phases Complete: ⬜ No | ✅ Yes Ready to Publish: ⬜ No | ✅ Yes Completed: YYYY-MM-DD

---
所有阶段完成: ⬜ 否 | ✅ 是 可发布: ⬜ 否 | ✅ 是 完成时间: YYYY-MM-DD

---

Execution Instructions

执行说明

When executing this workflow, follow these steps:
执行此工作流时,请遵循以下步骤:

Step 1: Initialize

步骤1:初始化

markdown
Starting concept workflow for: [CONCEPT NAME]

Category: [fundamentals/functions-execution/web-platform/etc.]
File: /docs/concepts/[concept-name].mdx
Tests: /tests/[category]/[concept-name]/
markdown
开始概念工作流:[概念名称]

分类:[fundamentals/functions-execution/web-platform/etc.]
文件:/docs/concepts/[concept-name].mdx
测试:/tests/[category]/[concept-name]/

Step 2: Execute Each Phase

步骤2:执行每个阶段

For each phase:
  1. Announce the phase:
    markdown
    ## Phase X: [Phase Name]
    Using skill: [skill-name]
  2. Load the skill to get detailed instructions
  3. Execute the phase following the skill's methodology
  4. Report completion:
    markdown
    Phase X complete:
    - [Deliverable 1]
    - [Deliverable 2]
    - Quality gates: ✅ All passed
  5. Move to next phase only after quality gates pass
对于每个阶段:
  1. 宣布阶段:
    markdown
    ## 第X阶段:[阶段名称]
    使用技能:[skill-name]
  2. 加载技能 获取详细说明
  3. 执行阶段 遵循技能方法
  4. 报告完成:
    markdown
    第X阶段完成:
    - [交付成果1]
    - [交付成果2]
    - 质量关卡:✅ 全部通过
  5. 仅在质量关卡通过后 进入下一阶段

Step 3: Final Report

步骤3:最终报告

After all phases complete:
markdown
undefined
所有阶段完成后:
markdown
undefined

Workflow Complete: [Concept Name]

工作流完成:[概念名称]

Summary

摘要

  • Concept Page:
    /docs/concepts/[concept-name].mdx
  • Test File:
    /tests/[category]/[concept-name]/[concept-name].test.js
  • Word Count: X,XXX words
  • Code Examples: XX (XX tested)
  • Resources: X MDN, X articles, X videos
  • 概念页面:
    /docs/concepts/[concept-name].mdx
  • 测试文件:
    /tests/[category]/[concept-name]/[concept-name].test.js
  • 字数: X,XXX 字
  • 代码示例: XX个(XX个已测试)
  • 资源: X个MDN链接,X篇文章,X个视频

Quality Metrics

质量指标

  • Tests: XX passing
  • Fact Check: ✅ All verified
  • SEO Score: XX/27 (XX%)
  • 测试: XX个通过
  • 事实核查: ✅ 全部验证通过
  • SEO分数: XX/27(XX%)

Files Created/Modified

创建/修改的文件

  1. /docs/concepts/[concept-name].mdx
    (created)
  2. /docs/docs.json
    (updated navigation)
  3. /tests/[category]/[concept-name]/[concept-name].test.js
    (created)
  1. /docs/concepts/[concept-name].mdx
    (已创建)
  2. /docs/docs.json
    (已更新导航)
  3. /tests/[category]/[concept-name]/[concept-name].test.js
    (已创建)

Ready to Publish: ✅ Yes

可发布:✅ 是


---

---

Phase Dependencies

阶段依赖

Some phases can be partially parallelized, but the general flow should be:
Phase 1 (Resources) ──┐
                      ├──► Phase 2 (Writing) ──► Phase 3 (Tests) ──┐
                      │                                             │
                      │         ┌───────────────────────────────────┘
                      │         ▼
                      └──► Phase 4 (Fact Check) ──► Phase 5 (SEO)
  • Phase 1 before Phase 2: Resources inform what to write
  • Phase 2 before Phase 3: Need content before writing tests
  • Phase 3 before Phase 4: Tests are part of fact-checking
  • Phase 4 before Phase 5: Fix accuracy issues before SEO polish

部分阶段可部分并行,但总体流程应遵循:
第一阶段(资源) ──┐
                      ├──► 第二阶段(撰写) ──► 第三阶段(测试) ──┐
                      │                                             │
                      │         ┌───────────────────────────────────┘
                      │         ▼
                      └──► 第四阶段(事实核查) ──► 第五阶段(SEO)
  • 第一阶段先于第二阶段: 资源为撰写提供参考
  • 第二阶段先于第三阶段: 需要内容才能编写测试
  • 第三阶段先于第四阶段: 测试是事实核查的一部分
  • 第四阶段先于第五阶段: 先修复准确性问题再进行SEO优化

Skill Reference

技能参考

PhaseSkillPurpose
1
resource-curator
Find and evaluate external resources
2
write-concept
Write the documentation page
3
test-writer
Generate tests for code examples
4
fact-check
Verify technical accuracy
5
seo-review
Optimize for search visibility
Each skill has detailed instructions in its own
SKILL.md
file. Load the appropriate skill at each phase for comprehensive guidance.

阶段技能用途
1
resource-curator
查找并评估外部资源
2
write-concept
编写文档页面
3
test-writer
为代码示例生成测试
4
fact-check
验证技术准确性
5
seo-review
优化搜索可见性
每个技能的详细说明位于其独立的
SKILL.md
文件中。在每个阶段加载对应技能获取全面指导。

Time Estimates

时间预估

PhaseEstimated TimeNotes
Phase 1: Resources15-30 minDepends on availability of quality resources
Phase 2: Writing1-3 hoursDepends on concept complexity
Phase 3: Tests30-60 minDepends on number of code examples
Phase 4: Fact Check15-30 minMost automated via tests
Phase 5: SEO15-30 minMostly checklist verification
Total2-5 hoursFor a complete concept page

阶段预估时间说明
第一阶段:资源整理15-30分钟取决于优质资源的可获取性
第二阶段:撰写1-3小时取决于概念复杂度
第三阶段:测试编写30-60分钟取决于代码示例数量
第四阶段:事实核查15-30分钟大部分通过测试自动化完成
第五阶段:SEO优化15-30分钟主要为检查表验证
总计2-5小时完成一个完整概念页面

Quick Start

快速开始

To start the workflow for a new concept:
1. Determine the concept name and category
2. Load this skill (concept-workflow)
3. Execute Phase 1: Load resource-curator, find resources
4. Execute Phase 2: Load write-concept, write the page
5. Execute Phase 3: Load test-writer, create tests
6. Execute Phase 4: Load fact-check, verify accuracy
7. Execute Phase 5: Load seo-review, optimize SEO
8. Generate final report
9. Commit changes
Example prompt to start:
"Create a complete concept page for 'hoisting' using the concept-workflow skill"
This will trigger the full end-to-end workflow, creating a complete, tested, verified, and SEO-optimized concept page.
为新概念启动工作流:
1. 确定概念名称和分类
2. 加载此技能(concept-workflow)
3. 执行第一阶段:加载resource-curator,查找资源
4. 执行第二阶段:加载write-concept,撰写页面
5. 执行第三阶段:加载test-writer,创建测试
6. 执行第四阶段:加载fact-check,验证准确性
7. 执行第五阶段:加载seo-review,优化SEO
8. 生成最终报告
9. 提交更改
启动示例提示:
"使用concept-workflow技能创建'hoisting'的完整概念页面"
这将触发完整的端到端工作流,创建一个经过测试、验证、SEO优化的完整概念页面。